Searched refs:subDir (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/kits/tracker/
H A DFSUtils.cpp1743 BDirectory subDir (path.Path());
1752 RecursiveMove(&current, &subDir, loopControl);
1757 &subDir, true, false)
1759 MoveError::FailOnError(current.MoveTo(&subDir,
/haiku/src/system/kernel/
H A Dmodule.cpp1532 DIR* subDir = fdopendir(fd); local
1533 if (subDir == NULL) {
1538 stack.Push(subDir);
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp453 char* subDir = strchr(dirName, '/'); local
454 if (subDir) {
456 while (*subDir == '/') {
457 *subDir = '\0';
458 subDir++;
461 if (*subDir == '\0') {
463 subDir = NULL;
483 if (subDir) {
484 status_t error = dir->AddDirectory(subDir, &dir);
/haiku/src/kits/debugger/files/
H A DFileManager.cpp283 if (LocatableDirectory* subDir
286 if (subDir->GetLocatedPath(locatedEntryPath))
287 _LocateEntries(subDir, locatedEntryPath, implicit);

Completed in 55 milliseconds