Searched refs:subDir (Results 1 – 5 of 5) sorted by relevance
6 local subDir8 if $(subDir) {16 local subDir18 if $(subDir) {
453 char* subDir = strchr(dirName, '/'); in AddDirectory() local454 if (subDir) { in AddDirectory()456 while (*subDir == '/') { in AddDirectory()457 *subDir = '\0'; in AddDirectory()458 subDir++; in AddDirectory()461 if (*subDir == '\0') { in AddDirectory()463 subDir = NULL; in AddDirectory()483 if (subDir) { in AddDirectory()484 status_t error = dir->AddDirectory(subDir, &dir); in AddDirectory()
282 if (LocatableDirectory* subDir in _LocateEntries() local285 if (subDir->GetLocatedPath(locatedEntryPath)) in _LocateEntries()286 _LocateEntries(subDir, locatedEntryPath, implicit); in _LocateEntries()
1532 DIR* subDir = fdopendir(fd); in _ScanDirectory() local1533 if (subDir == NULL) { in _ScanDirectory()1538 stack.Push(subDir); in _ScanDirectory()
1740 BDirectory subDir (path.Path()); in RecursiveMove() local1749 RecursiveMove(¤t, &subDir, loopControl); in RecursiveMove()1754 &subDir, true, false) in RecursiveMove()1756 MoveError::FailOnError(current.MoveTo(&subDir, in RecursiveMove()