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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp859 status_t error = _BuildPath(node, path, pathLen);
1049 error = _BuildPath(node, path, pathLen);
1148 status_t error = _BuildPath(node, path, pathLen);
1206 status_t error = _BuildPath(node, path, pathLen);
1251 status_t error = _BuildPath(dir, name, path, pathLen);
1305 status_t error = _BuildPath(node, oldPath, oldPathLen);
1311 error = _BuildPath(dir, name, newPath, newPathLen);
1362 status_t error = _BuildPath(dir, name, path, pathLen);
1416 status_t error = _BuildPath(oldDir, oldName, oldPath, oldPathLen);
1422 error = _BuildPath(newDi
3255 FUSEVolume::_BuildPath(FUSENode* dir, const char* entryName, char* path, function in class:FUSEVolume
3282 FUSEVolume::_BuildPath(FUSENode* node, char* path, size_t& pathLen) function in class:FUSEVolume
[all...]
H A DFUSEVolume.h198 status_t _BuildPath(FUSENode* dir, const char* entryName,
200 status_t _BuildPath(FUSENode* node, char* path,

Completed in 96 milliseconds