Searched refs:realpath (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A Drealpath.c2 Implement the realpath function.
22 The realpath() function shall derive, from the pathname pointed to by
28 If resolved_name is a null pointer, the behavior of realpath() is
38 realpath( function
/vbox/src/VBox/Runtime/r3/darwin/
H A DrtProcInitExePath-darwin.cpp55 const char *psz = realpath(pszImageName, szTmpPath);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspace.py45 self.WorkspaceDir = os.path.realpath(os.environ.get('WORKSPACE'))
100 FileName = os.path.realpath(FileName)
114 return os.path.realpath(os.path.join(self.WorkspaceDir,FileName))
125 return os.path.realpath(FileName.replace(TAB_WORKSPACE, self.WorkspaceDir))
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp192 if (!realpath(psz, buf2))
207 if (!realpath(DlInfo.dli_fname, buf2))
222 if (!realpath(buf, buf2))
276 if (!realpath(moz5, buffer))
381 if (!realpath(env, sGRELocation))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h77 char *realpath (char *file_name, char *resolved_name);
860 /** The realpath() function shall derive, from the pathname pointed to by
866 If resolved_name is a null pointer, the behavior of realpath() is
875 char * realpath(char *file_name, char *resolved_name);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DTestTools.py28 TestsDir = os.path.realpath(os.path.split(sys.argv[0])[0])
29 BaseToolsDir = os.path.realpath(os.path.join(TestsDir, '..'))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py136 self.src_dir = os.path.realpath(os.path.expanduser(self.options.src_dir))
137 self.build_dir = os.path.realpath(os.path.expanduser(self.options.build_dir))
138 self.prefix = os.path.realpath(os.path.expanduser(self.options.prefix))
139 self.symlinks = os.path.realpath(os.path.expanduser(self.options.symlinks))
449 module_dir = os.path.realpath(os.path.join('src', self.config.arch, module_dir))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfAsBuiltProcess.py175 FullFileName = os.path.normpath(os.path.realpath(os.path.join(WorkSpace, FileName)))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DInfBinarySectionTest.py269 FileName = os.path.normpath(os.path.realpath(ValueList[1].strip()))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFds.py101 FdfFilename = os.path.realpath(FdfFilename)
129 ActivePlatform = os.path.realpath(ActivePlatform)
219 OutputDir = os.path.realpath(OutputDir)
H A DFfsInfStatement.py471 OutputPath = os.path.realpath(OutputPath)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfBinaryObject.py185 FullFileName = os.path.normpath(os.path.realpath(os.path.join(GlobalData.gINF_MODULE_DIR,
348 FullFileName = os.path.normpath(os.path.realpath(os.path.join(GlobalData.gINF_MODULE_DIR,
523 FullFileName = os.path.normpath(os.path.realpath(os.path.join(GlobalData.gINF_MODULE_DIR,
H A DInfSoucesObject.py106 FullFileName = os.path.normpath(os.path.realpath(os.path.join(GlobalData.gINF_MODULE_DIR, Item[0])))
H A DInfPcdObject.py486 FullFileName = os.path.normpath(os.path.realpath(os.path.join(GlobalData.gWORKSPACE, PackageName)))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py129 paths = (os.path.realpath('config.ini'),) + tuple(paths)
175 Dirname = os.path.realpath(Dirname)
/vbox/src/VBox/Runtime/r3/posix/
H A Dpath-posix.cpp68 const char *psz = realpath(pszNativePath, szTmpPath);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp259 if (!realpath(psz, buf2))
274 if (!realpath(DlInfo.dli_fname, buf2))
289 if (!realpath(buf, buf2))
341 if (realpath(moz5, buf)) {
/vbox/src/recompiler/
H A Dqemu-common.h127 static inline char *realpath(const char *path, char *resolved_path) function
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecUnix.cpp86 #include <unix.h> /* for realpath */
256 char* canonicalPath = realpath((const char *)mPath, resolvedPath);
257 NS_ASSERTION(canonicalPath, "realpath failed");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c777 realpath( filename, path );
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp791 if ( realpath(szName, szName2) != NULL
792 && realpath(pszFilename, szName) != NULL)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py916 FullFileName = os.path.normpath(os.path.realpath(os.path.join(WorkSpace, String)))
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h464 #define realpath _realpath
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp823 * realpath() and skipping hidden files and files on which realpath() fails. */
839 pszPath = realpath(szPath, szRealPath);
857 * @param withRealPath whether to canonicalise the filename with realpath
H A DUSBGetDevices.cpp971 * realpath() and skipping hidden files and files on which realpath() fails. */
987 if (!realpath(szPath, szRealPath))
1005 * @param withRealPath whether to canonicalise the filename with realpath

Completed in 153 milliseconds

12