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

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp588 BString absolutePath(test_path(path));
589 FATAL_IF_ERROR(BPathMonitor::StartWatching(absolutePath, fFlags, this),
590 "Failed to start watching \"%s\"", absolutePath.String());
596 BString absolutePath(test_path(path));
597 _CreateDirectory(absolutePath);
598 return MonitoringInfo(B_ENTRY_CREATED, absolutePath);
603 BString absolutePath(test_path(path));
605 BFile().SetTo(absolutePath, B_CREATE_FILE | B_READ_WRITE),
606 "Failed to create file \"%s\"", absolutePath.String());
607 return MonitoringInfo(B_ENTRY_CREATED, absolutePath);
[all...]
/haiku/src/servers/package/
H A DFSUtils.cpp53 BPath absolutePath; local
54 status_t error = absolutePath.SetTo(&baseDirectory, pathString);
62 error = create_directory(absolutePath.Path(),
/haiku/src/kits/tracker/
H A DPoseView.cpp5818 BPath absolutePath; local
5819 link.MakeLinkedPath(currentDir.Path(), &absolutePath);
5820 if (BString(absolutePath.Path()).Compare(path.Path(),

Completed in 63 milliseconds