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

/haiku/src/system/libroot/posix/stdlib/
H A Drealpath.cpp20 char* resolvedPath = resolved; local
22 if (resolvedPath == NULL) {
23 resolvedPath = (char*)malloc(PATH_MAX + 1);
24 if (resolvedPath == NULL) {
30 status_t status = _kern_normalize_path(path, true, resolvedPath);
34 free(resolvedPath);
40 if (lstat(resolvedPath, &stat) != 0) {
42 free(resolvedPath);
46 return resolvedPath;
/haiku/headers/private/debug/
H A DTeamDebugger.h37 BPath& resolvedPath);
/haiku/src/kits/debug/
H A DTeamDebugger.cpp165 BTeamDebugger::_FindProgram(const char* programName, BPath& resolvedPath) argument
171 return resolvedPath.SetTo(programName);
198 resolvedPath = path;
/haiku/src/bin/debug/
H A Ddebug_utils.cpp29 find_program(const char* programName, std::string& resolvedPath) argument
35 resolvedPath = programName;
59 resolvedPath = path;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp75 char **resolvedPath, vnode_id *vnid);
720 char **resolvedPath, vnode_id *vnid)
724 entryName, resolvedPath, vnid);
725 status_t error = dir->GetVolume()->Walk(dir, entryName, resolvedPath, vnid);
727 (resolvedPath ? *resolvedPath : NULL), *vnid);
719 netfs_walk(void *ns, void *_dir, const char *entryName, char **resolvedPath, vnode_id *vnid) argument
H A DVirtualVolume.h92 char** resolvedPath, vnode_id* vnid);
H A DVolume.h126 char** resolvedPath, vnode_id* vnid);
H A DVolume.cpp441 Volume::Walk(Node* dir, const char* entryName, char** resolvedPath, argument
H A DShareVolume.h112 char** resolvedPath, vnode_id* vnid);
H A DShareVolume.cpp1317 ShareVolume::Walk(Node* _dir, const char* entryName, char** resolvedPath, argument
1357 status_t error = _Walk(dir->GetRemoteID(), entryName, resolvedPath,
1377 if (reply->linkPath.GetString() && resolvedPath) {
1378 *resolvedPath = strdup(reply->linkPath.GetString());
1379 if (!*resolvedPath)
H A DVirtualVolume.cpp621 VirtualVolume::Walk(Node* dir, const char* entryName, char** resolvedPath, argument

Completed in 71 milliseconds