Home
last modified time | relevance | path

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

/haiku/src/apps/diskusage/
H A DScanner.h46 { return fBusy ? NULL : fSnapshot->currentDir; } in CurrentDir()
48 { fSnapshot->currentDir = info; } in ChangeDir()
58 bool _DirectoryContains(FileInfo* currentDir,
H A DScanner.cpp80 if (fSnapshot != NULL && fSnapshot->currentDir != NULL) in Refresh()
81 fSnapshot->currentDir->GetPath(fDesiredPath); in Refresh()
131 Scanner::_DirectoryContains(FileInfo* currentDir, entry_ref* ref) in _DirectoryContains() argument
133 vector<FileInfo*>::iterator i = currentDir->children.begin(); in _DirectoryContains()
134 bool contains = currentDir->ref == *ref; in _DirectoryContains()
135 while (!contains && i != currentDir->children.end()) { in _DirectoryContains()
177 fSnapshot->currentDir = NULL; in _RunScan()
H A DSnapshot.h54 FileInfo* currentDir; member
H A DPieView.cpp414 FileInfo* currentDir = fScanner->CurrentDir(); in _DrawPieChart() local
415 FileInfo* parent = currentDir; in _DrawPieChart()
420 _DrawDirectory(pieRect, currentDir, 0.0, 0.0, in _DrawPieChart()
/haiku/build/scripts/
H A Dbuild_cross_tools_gcc4119 currentDir=$(pwd)
123 cd "$currentDir"
127 cd "$currentDir"
131 cd "$currentDir"
136 cd "$currentDir"
H A Dbuild_cross_tools77 currentDir=`pwd`
81 cd $currentDir
85 cd $currentDir
89 cd $currentDir
/haiku/
H A Dconfigure528 cd "$currentDir"
531 if [ "$currentDir" = "$sourceDir" ]; then
532 outputDir=$currentDir/generated
534 outputDir=$currentDir
/haiku/src/kits/tracker/
H A DPoseView.cpp5393 BDirectory currentDir(targetModel->EntryRef()); in FSNotification() local
5398 link.MakeLinkedPath(&currentDir, &path); in FSNotification()
5730 BPath currentDir(ref); in WatchParentOf() local
5731 currentDir.GetParent(&currentDir); in WatchParentOf()
5735 symlink.MakeLinkedPath(currentDir.Path(), &path); in WatchParentOf()
5757 BPath currentDir(ref); in StopWatchingParentsOf() local
5758 currentDir.GetParent(&currentDir); in StopWatchingParentsOf()
5759 symlink.MakeLinkedPath(currentDir.Path(), &path); in StopWatchingParentsOf()
5785 link.MakeLinkedPath(currentDir.Path(), &absolutePath); in StopWatchingParentsOf()