/ndk/sources/cxx-stl/gabi++/include/ |
cstdlib | 73 using ::realpath;
|
/ndk/sources/cxx-stl/system/include/ |
cstdlib | 73 using ::realpath;
|
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/ |
cstdlib | 74 using ::realpath;
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/ |
cstdlib | 73 using ::realpath;
|
/prebuilts/ndk/current/sources/cxx-stl/system/include/ |
cstdlib | 73 using ::realpath;
|
/build/kati/ |
main.cc | 233 if (realpath(argv[i], buf)) 239 if (argc >= 2 && !strcmp(argv[1], "--realpath")) {
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
AppDataDirGuesserTest.java | 64 String realPath = "/system/framework/android.test.runner.jar:" + 67 guessCacheDirFor(realPath)
|
/external/opencv3/cmake/ |
OpenCVFindIPP.cmake | 192 get_filename_component(INTEL_COMPILER_LIBRARY_DIR ${IPP_ROOT_DIR}/../lib REALPATH) 194 get_filename_component(INTEL_COMPILER_LIBRARY_DIR ${IPP_ROOT_DIR}/../compiler/lib REALPATH)
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
domainGenerator.py | 195 install_path = os.path.dirname(os.path.realpath(args.toplevel_config)) 214 initial_settings = os.path.realpath(args.initial_settings)
|
/external/skia/tools/ |
git-sync-deps | 97 return os.path.realpath(directory) == os.path.realpath(toplevel)
|
/external/strace/ |
pathtrace.c | 129 rpath = realpath(path, NULL); 134 /* if realpath and specified path are same, we're done */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath', 217 self.assertIn("foo", self.pathmodule.realpath("foo"))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath', 217 self.assertIn("foo", self.pathmodule.realpath("foo"))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath', 217 self.assertIn("foo", self.pathmodule.realpath("foo"))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath', 217 self.assertIn("foo", self.pathmodule.realpath("foo"))
|
/art/runtime/jit/ |
profile_saver.cc | 501 // TODO(calin): This may lead to several calls to realpath. 540 UniqueCPtr<const char[]> real_path(realpath(path.c_str(), nullptr)); 542 PLOG(WARNING) << "Could not get realpath for " << path; 617 UniqueCPtr<const char[]> dex_location_real_path(realpath(dex_location.c_str(), nullptr)); 619 PLOG(WARNING) << "Could not get realpath for " << dex_location;
|
/external/libchrome/base/files/ |
file_util_posix.cc | 84 bool RealPath(const FilePath& path, FilePath* real_path) { 85 ThreadRestrictions::AssertIOAllowed(); // For realpath(). 87 if (!realpath(path.value().c_str(), buf)) 193 if (realpath(input.value().c_str(), full_path) == NULL) 609 if (!RealPath(path, &real_path_result))
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
tracker_file.py | 139 (os.path.realpath(dst_url.object_name), api_selector))) 145 (os.path.realpath(dst_url.object_name), api_selector, 158 (os.path.realpath(dst_url.object_name), api_selector)))
|
/external/clang/ |
build.py | 30 THIS_DIR = os.path.realpath(os.path.dirname(__file__)) 35 return os.path.realpath(os.path.join(THIS_DIR, '../..', *args)) 44 top_out = os.path.realpath(top_out)
|
/external/selinux/policycoreutils/setfiles/ |
restore.c | 430 p = realpath(name, NULL); 437 p = realpath(name, NULL); 439 fprintf(stderr, "realpath(%s) failed %s\n", name,
|
setfiles.c | 189 * Does not expand paths via realpath, 207 * Expands paths via realpath,
|
/external/vixl/tools/ |
test.py | 338 [os.path.realpath(join(config.dir_build_latest, 'benchmarks', bench))]) 396 # Use the realpath of the test executable so that the commands printed 398 test_executable = os.path.realpath(
|
/ndk/build/tools/ |
package.py | 37 ANDROID_TOP = os.path.realpath(os.path.join(THIS_DIR, '../../..')) 288 package_path = os.path.realpath(package_path) 318 '--dist-dir', type=os.path.realpath,
|
/bionic/libc/kernel/tools/ |
kernel.py | 89 hdr_dir = os.path.realpath(os.path.dirname(from_file)) 90 hdr_dir = hdr_dir.replace("%s/" % os.path.realpath(kernel_root),
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
host.py | 160 def realpath(self, *comps): member in class:Host 161 return os.path.realpath(os.path.join(*comps))
|