Searched refs:currentDir (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/diskusage/
H A DScanner.h46 { return fBusy ? NULL : fSnapshot->currentDir; }
48 { fSnapshot->currentDir = info; }
58 bool _DirectoryContains(FileInfo* currentDir,
H A DSnapshot.h54 FileInfo* currentDir; member in struct:VolumeSnapshot
H A DScanner.cpp80 if (fSnapshot != NULL && fSnapshot->currentDir != NULL)
81 fSnapshot->currentDir->GetPath(fDesiredPath);
131 Scanner::_DirectoryContains(FileInfo* currentDir, entry_ref* ref) argument
133 vector<FileInfo*>::iterator i = currentDir->children.begin();
134 bool contains = currentDir->ref == *ref;
135 while (!contains && i != currentDir->children.end()) {
177 fSnapshot->currentDir = NULL;
H A DPieView.cpp414 FileInfo* currentDir = fScanner->CurrentDir(); local
415 FileInfo* parent = currentDir;
420 _DrawDirectory(pieRect, currentDir, 0.0, 0.0,
/haiku/build/scripts/
H A Dbuild_cross_tools77 currentDir=`pwd`
81 cd $currentDir
85 cd $currentDir
89 cd $currentDir
H A Dbuild_cross_tools_gcc4119 currentDir=$(pwd)
123 cd "$currentDir"
127 cd "$currentDir"
131 cd "$currentDir"
136 cd "$currentDir"
/haiku/
H A Dconfigure526 currentDir=`pwd`
529 cd "$currentDir"
532 if [ "$currentDir" = "$sourceDir" ]; then
533 outputDir=$currentDir/generated
535 outputDir=$currentDir
1102 #d ${currentDir}
/haiku/src/kits/tracker/
H A DPoseView.cpp5429 BDirectory currentDir(targetModel->EntryRef());
5434 link.MakeLinkedPath(&currentDir, &path);
5764 BPath currentDir(ref);
5765 currentDir.GetParent(&currentDir);
5769 symlink.MakeLinkedPath(currentDir.Path(), &path);
5791 BPath currentDir(ref);
5792 currentDir.GetParent(&currentDir);
5793 symlink.MakeLinkedPath(currentDir
[all...]

Completed in 83 milliseconds