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

/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.cpp94 const char* relativeRootPath = NULL; local
98 relativeRootPath = "..";
101 relativeRootPath = "../..";
108 if (relativeRootPath != NULL) {
111 volume->MountPointNodeID(), relativeRootPath, &vnode);
114 relativeRootPath, strerror(error));
124 relativeRootPath, strerror(error));

Completed in 79 milliseconds