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

/haiku-fatelf/src/apps/diskusage/
H A DScanner.h46 { return fBusy ? NULL : fSnapshot->currentDir; }
48 { fSnapshot->currentDir = info; }
58 bool _DirectoryContains(FileInfo* currentDir,
H A DScanner.cpp81 if (fSnapshot != NULL && fSnapshot->currentDir != NULL)
82 fSnapshot->currentDir->GetPath(fDesiredPath);
132 Scanner::_DirectoryContains(FileInfo* currentDir, entry_ref* ref) argument
134 vector<FileInfo*>::iterator i = currentDir->children.begin();
135 bool contains = currentDir->ref == *ref;
136 while (!contains && i != currentDir->children.end()) {
178 fSnapshot->currentDir = NULL;
H A DSnapshot.h54 FileInfo* currentDir; member in struct:VolumeSnapshot
H A DPieView.cpp404 FileInfo* currentDir = fScanner->CurrentDir(); local
405 FileInfo* parent = currentDir;
410 _DrawDirectory(pieRect, currentDir, 0.0, 0.0,
/haiku-fatelf/build/scripts/
H A Dbuild_cross_tools64 currentDir=`pwd`
68 cd $currentDir
72 cd $currentDir
H A Dbuild_cross_tools_gcc469 currentDir=$(pwd)
73 cd $currentDir
77 cd $currentDir
/haiku-fatelf/
H A Dconfigure310 currentDir=`pwd`
313 cd "$currentDir"
377 if [ "$currentDir" = "$sourceDir" ]; then
378 outputDir=$currentDir/generated
380 outputDir=$currentDir
414 cd $currentDir
/haiku-fatelf/src/kits/tracker/
H A DPoseView.cpp5187 BDirectory currentDir(TargetModel()->EntryRef());
5192 link.MakeLinkedPath(&currentDir, &path);
5510 BPath currentDir(ref);
5511 currentDir.GetParent(&currentDir);
5515 symlink.MakeLinkedPath(currentDir.Path(), &path);
5537 BPath currentDir(ref);
5538 currentDir.GetParent(&currentDir);
5539 symlink.MakeLinkedPath(currentDir
[all...]

Completed in 81 milliseconds