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

/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp701 BString subDirPath; local
703 subDirPath) != B_OK) {
708 if (subDirPath.IsEmpty())
730 while (nextComponentOffset < subDirPath.Length()) {
731 int32 componentEnd = subDirPath.FindFirst('/', nextComponentOffset);
740 componentEnd = subDirPath.Length();
744 BString entryPath(subDirPath, componentEnd);
805 const char* subDirPath = driverSettings.GetParameterValue("subdir"); local
806 if (subDirPath == NULL || subDirPath[
[all...]

Completed in 56 milliseconds