Searched refs:abspath (Results 1 – 5 of 5) sorted by relevance
96 char abspath[PATH_MAX]; in osl_bootstrap_getExecutableFile_Impl() local97 if (realpath (buffer, abspath) != 0) in osl_bootstrap_getExecutableFile_Impl()103 abspath, rtl_str_getLength (abspath), in osl_bootstrap_getExecutableFile_Impl()
59 cwd = os.path.abspath(os.getcwd())133 pchname = os.path.abspath(sys.argv[1])
31 currPath = path.abspath(currPath)
211 absfile = os.path.realpath(os.path.abspath(inputfile))212 absroot = os.path.realpath(os.path.abspath(self._options.project_root))
139 fullpath = os.path.abspath(file_name)
Completed in 32 milliseconds