| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
| H A D | realpath.c | 2 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 D | rtProcInitExePath-darwin.cpp | 55 const char *psz = realpath(pszImageName, szTmpPath);
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
| H A D | EdkIIWorkspace.py | 45 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 D | nsGREDirServiceProvider.cpp | 192 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 D | stdlib.h | 77 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 D | TestTools.py | 28 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 D | mingw-gcc-build.py | 136 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 D | InfAsBuiltProcess.py | 175 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 D | InfBinarySectionTest.py | 269 FileName = os.path.normpath(os.path.realpath(ValueList[1].strip()))
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/ |
| H A D | GenFds.py | 101 FdfFilename = os.path.realpath(FdfFilename) 129 ActivePlatform = os.path.realpath(ActivePlatform) 219 OutputDir = os.path.realpath(OutputDir)
|
| H A D | FfsInfStatement.py | 471 OutputPath = os.path.realpath(OutputPath)
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/ |
| H A D | InfBinaryObject.py | 185 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 D | InfSoucesObject.py | 106 FullFileName = os.path.normpath(os.path.realpath(os.path.join(GlobalData.gINF_MODULE_DIR, Item[0])))
|
| H A D | InfPcdObject.py | 486 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 D | Ecc.py | 129 paths = (os.path.realpath('config.ini'),) + tuple(paths) 175 Dirname = os.path.realpath(Dirname)
|
| /vbox/src/VBox/Runtime/r3/posix/ |
| H A D | path-posix.cpp | 68 const char *psz = realpath(pszNativePath, szTmpPath);
|
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsDirectoryService.cpp | 259 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 D | qemu-common.h | 127 static inline char *realpath(const char *path, char *resolved_path) function
|
| /vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
| H A D | nsFileSpecUnix.cpp | 86 #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 D | loader.c | 777 realpath( filename, path );
|
| /vbox/src/VBox/HostDrivers/Support/ |
| H A D | SUPR3HardenedVerify.cpp | 791 if ( realpath(szName, szName2) != NULL 792 && realpath(pszFilename, szName) != NULL)
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
| H A D | Misc.py | 916 FullFileName = os.path.normpath(os.path.realpath(os.path.join(WorkSpace, String)))
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/ |
| H A D | namespace.h | 464 #define realpath _realpath
|
| /vbox/src/VBox/Main/src-server/linux/ |
| H A D | HostHardwareLinux.cpp | 823 * 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 D | USBGetDevices.cpp | 971 * 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
|