Searched defs:resolved_path (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dqemu-common.h127 static inline char *realpath(const char *path, char *resolved_path) argument
129 _fullpath(resolved_path, path, _MAX_PATH);
130 return resolved_path;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp502 char resolved_path[PATH_MAX] = ""; local
511 PL_strncpyz(resolved_path, resolved_path_ptr, PATH_MAX - 1);
514 resolved_path_ptr = realpath(mPath.get(), resolved_path);
520 mPath = resolved_path;
H A DnsLocalFileOSX.cpp427 char resolved_path[PATH_MAX] = ""; local
429 resolved_path_ptr = realpath((char*)path, resolved_path);
443 resolved_path,

Completed in 57 milliseconds