/external/chromium_org/tools/ipc_fuzzer/ |
remove_close_messages.py | 39 script_path = os.path.realpath(__file__)
|
/external/chromium_org/tools/telemetry/telemetry/util/ |
find_dependencies_unittest.py | 22 os.path.realpath(cloud_storage.FindGsutil())),
|
/external/elfutils/0.153/host-darwin-fixup/ |
AndroidFixup.h | 76 #define canonicalize_file_name(path) realpath(path, NULL)
|
/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 411 UString realPath;
422 realPath = archivePath.GetTempPath();
425 realPath = archivePath.GetFinalPath();
426 if (outStreamSpec->Create(realPath, false))
428 tempFiles.Paths.Add(realPath);
440 errorInfo.FileName = realPath;
487 UString realPath = archivePath.GetFinalPath();
488 if (!outStreamSpec->Create(realPath, false))
491 errorInfo.FileName = realPath;
|
/external/skia/tools/tests/ |
base_unittest.py | 21 os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir))
|
/external/valgrind/ |
merge.upstream.sh | 24 current_dir=`realpath \`dirname $0\``
|
/system/core/toolbox/ |
readlink.c | 71 if(!realpath(argv[optind], name)) {
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
realpath.c | 30 static char sccsid[] = "@(#)realpath.c 8.1 (Berkeley) 2/16/94"; 51 realpath(const char * __restrict path, char * __restrict resolved) function
|
/external/chromium_org/third_party/skia/tools/ |
git-sync-deps | 97 return os.path.realpath(directory) == os.path.realpath(toplevel)
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_set.py | 49 self.serving_dirs.add(os.path.realpath(sd)) 51 self.serving_dirs.add(os.path.realpath(os.path.join(self.base_dir, sd)))
|
/external/clang/test/Unit/ |
lit.cfg | 76 if os.path.realpath(clang_src_root) != os.path.realpath(this_src_root):
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
eclipse | |
/external/oprofile/libutil++/tests/ |
file_manip_tests.cpp | 190 // realpath() file argument must exists. 194 // POSIX namespaces ignored by realpath(3)
|
/external/owasp/sanitizer/tools/ |
cut_release.py | 23 trunk_directory_path = os.path.realpath(os.path.join( 26 maven_directory_path = os.path.realpath(os.path.join(
|
/external/skia/tools/ |
git-sync-deps | 79 return os.path.realpath(directory) == os.path.realpath(toplevel)
|
/external/srec/portable/include/ |
PFileSystemImpl.h | 78 * @return ESR_INVALID_ARGUMENT if self or virtualPath or realPath is null or realPath is not a valid path;
|
/external/chromium_org/native_client_sdk/src/tools/ |
create_nmf.py | 95 NOTE: This function uses os.path.realpath to create a canonical path for 98 real_path = os.path.realpath(path) 99 real_start = os.path.realpath(start) 112 real_dirname = os.path.realpath(dirname) 113 real_filename = os.path.realpath(filename) 320 if (os.path.normcase(os.path.realpath(source)) == 321 os.path.normcase(os.path.realpath(destination))):
|
getos.py | 118 return os.path.realpath(chrome_path) 124 return os.path.realpath(chrome_path) 129 return os.path.realpath(chrome_path)
|
/external/bison/darwin-lib/ |
stdlib.h | 1068 # undef realpath macro [all...] |
/external/bison/linux-lib/ |
stdlib.h | 1068 # undef realpath macro [all...] |
/external/lldb/test/unittest2/ |
loader.py | 265 realpath = os.path.splitext(mod_file)[0] 267 if realpath.lower() != fullpath_noext.lower(): 268 module_dir = os.path.dirname(realpath)
|
/external/oprofile/daemon/ |
oprofiled.c | 290 if (!realpath(name, elt->name)) { 425 if (realpath(vmlinux, tmp)) 453 if (realpath(xenimage, tmp))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 257 realpath = os.path.splitext(mod_file)[0] 259 if realpath.lower() != fullpath_noext.lower(): 260 module_dir = os.path.dirname(realpath)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 257 realpath = os.path.splitext(mod_file)[0] 259 if realpath.lower() != fullpath_noext.lower(): 260 module_dir = os.path.dirname(realpath)
|
/bionic/libstdc++/include/ |
cstdlib | 71 using ::realpath;
|