Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp102 test_path(const BString& maybeRelativePath) in test_path() argument
104 if (maybeRelativePath.ByteAt(0) == '/') in test_path()
105 return maybeRelativePath; in test_path()
108 path.SetToFormat("%s/%s", kTestBasePath, maybeRelativePath.String()); in test_path()