Searched refs:realpath (Results 151 - 175 of 212) sorted by relevance

123456789

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h492 /// char *realpath(const char *file_name, char *resolved_name);
493 realpath, enumerator in enum:llvm::LibFunc::Func
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py31 os.path.realpath(tempfile.gettempdir()),
/external/chromium_org/ppapi/generators/
H A Didl_c_header.py203 os.remove(os.path.realpath(savename))
H A Didl_thunk.py425 os.remove(os.path.realpath(savename))
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dsymbol.py29 CHROME_SRC = os.path.join(os.path.realpath(os.path.dirname(__file__)),
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_server.py229 # on. We take the realpath of the new temp directory because some OSs
232 image_output_dir = os.path.realpath(tempfile.mkdtemp('skpdiff'))
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dmac_tool.py73 base = os.path.dirname(os.path.realpath(__file__))
/external/chromium_org/tools/json_schema_compiler/
H A Didl_schema.py23 _idl_generators_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
/external/clang/lib/Basic/
H A DFileManager.cpp525 if (realpath(Dir->getName(), CanonicalNameBuf)) {
/external/lldb/examples/python/
H A Dperformance.py35 lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resources/Python'))
H A Dcrashlog.py56 lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resources/Python'))
178 self.symfile = os.path.realpath(plist['DBGDSYMPath'])
/external/qemu/include/
H A Dqemu-common.h106 static inline char *realpath(const char *path, char *resolved_path) function
/external/skia/tools/skpdiff/
H A Dskpdiff_server.py229 # on. We take the realpath of the new temp directory because some OSs
232 image_output_dir = os.path.realpath(tempfile.mkdtemp('skpdiff'))
/external/chromium_org/base/files/
H A Dfile_util_posix.cc86 ThreadRestrictions::AssertIOAllowed(); // For realpath().
88 if (!realpath(path.value().c_str(), buf))
192 if (realpath(input.value().c_str(), full_path) == NULL)
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py714 root = os.path.realpath(os.path.abspath(find_root_package_dir(m.sources[0])))
716 filepath_abs = os.path.realpath(os.path.abspath(filepath))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py83 def realpath(self, path): member in class:MockFileSystem
/external/deqp/scripts/
H A Dmake_release.py439 COMMON_BUILD_ARGS = ['-DPNG_SRC_PATH=%s' % os.path.realpath(os.path.join(DEQP_DIR, '..', 'libpng'))]
/external/lldb/source/Host/common/
H A DFileSpec.cpp210 if (::realpath (unglobbed_path, resolved_path))
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp255 "realpath",
567 TLI.setUnavailable(LibFunc::realpath);
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp235 if (char *RP = realpath(OrigPath.c_str(), nullptr)) {
/external/clang/tools/scan-build/
H A Dscan-build436 my $JS = Cwd::realpath("$RealBin/sorttable.js");
446 my $CSS = Cwd::realpath("$RealBin/scanview.css");
1594 $Clang = Cwd::realpath("$RealBin/bin/clang");
1596 $Clang = Cwd::realpath("$RealBin/clang");
1655 my $AbsRealBin = Cwd::realpath($RealBin);
1725 my $ScanView = Cwd::realpath("$RealBin/scan-view");
/external/e2fsprogs/misc/
H A De4defrag.c328 if (realpath(file, file_path) == NULL) {
1840 if (realpath(argv[i], dir_name) == NULL) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol.c730 char *r = realpath(filename, NULL);
1479 symfs = realpath(symbol_conf.symfs, NULL);
/external/ipsec-tools/src/racoon/
H A Dprivsep.c1138 if (realpath(script, rpath) == NULL) {
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1974 if (realpath(path, max_path))

Completed in 1708 milliseconds

123456789