Home
last modified time | relevance | path

Searched defs:abspath (Results 1 – 19 of 19) sorted by relevance

/external/angle/scripts/
Dinstall_target.py73 def gen_pkgconfig(name: str, version: str, prefix: os.path.abspath, libs: list):
97 def install(name, version, prefix: os.path.abspath, libs: list, includes: list):
/external/python/cpython3/Lib/
Dntpath.py561 def abspath(path): function
573 def abspath(path): function
Dposixpath.py376 def abspath(path): function
/external/e2fsprogs/util/
Dsymlinks.c121 static int shorten_path (char *path, char *abspath) in shorten_path()
168 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; in fix_symlink() local
/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest67 abspath() { function
/external/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat01.c34 static const char *abspath; variable
/external/clang/tools/scan-build-py/libscanbuild/
Dintercept.py215 def abspath(cwd, name): function
/external/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c44 static char abspath[1024]; variable
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc638 const std::string& abspath, in FindBinary()
654 const std::string& abspath, in FindBinary()
712 const std::string& abspath, in FindBinaryInRoot()
/external/python/cpython3/Lib/test/
Dtest_dtrace.py18 def abspath(filename): function
Dtest_getpath.py929 def abspath(self, path): member in MockNTNamespace
1106 def abspath(self, path): member in MockPosixNamespace
/external/pigweed/pw_build/py/pw_build/
Dgn_resolver.py36 def abspath(path: Path) -> Path: function
/external/pigweed/pw_build_mcuxpresso/py/pw_build_mcuxpresso/
Dcomponents.py800 abspath = lambda path: pathlib.Path(os.path.abspath(self.root / path)) function
/external/python/pyfakefs/pyfakefs/
Dfake_path.py290 def abspath(self, path: AnyStr) -> AnyStr: member in FakePathModule
/external/curl/lib/vtls/
Dvtls_scache.c359 char abspath[_MAX_PATH]; in cf_ssl_peer_key_add_path() local
/external/python/parse_type/tasks/_vendor/
Dpath.py294 def abspath(self): member in Path
/external/python/cpython3/Python/
Dfileutils.c2218 wchar_t *abspath = *abspath_p; in _Py_abspath() local
/external/kmod/libkmod/
Dlibkmod-module.c395 char *abspath; in kmod_module_new_from_path() local
/external/python/cpython3/Modules/
Dposixmodule.c4938 wchar_t *abspath; in os__getfullpathname_impl() local