Searched refs:currentPath (Results 1 – 3 of 3) sorted by relevance
93 BPath currentPath; member in BTrackerPrivate::IconSpewer193 sprintf(buffer, "directory: %s", currentPath.Path()); in DrawSomeNew()207 entry.GetPath(¤tPath); in DrawSomeNew()249 sprintf(buffer, "directory: %s", currentPath.Path()); in DrawSomeOld()263 entry.GetPath(¤tPath); in DrawSomeOld()
70 BPath currentPath("."); in main() local93 if (!strncmp(currentPath.Path(), registrarPath, generatedPath - registrarPath)) { in main()
684 BPath currentPath(¤tEntry); in _NotifyServer() local739 if (currentPath != path) in _NotifyServer()1050 FindPath(BPath* currentPath, void* newPath) in FindPath() argument1053 int compare = ICompare(currentPath->Path(), pathToCheck->Path()); in FindPath()1054 return compare == 0 ? currentPath : NULL; in FindPath()1061 BPath* currentPath = fPathList.EachElement(FindPath, &path); in _AddRecentFolder() local1066 if (currentPath == NULL) { in _AddRecentFolder()1085 int32 itemIndex = fPathList.IndexOf(currentPath); in _AddRecentFolder()