/system/media/camera/docs/ |
metadata-generate | 41 function relpath() { function 42 python -c "import os.path; print os.path.relpath('$1', '$PWD')" 65 echo "OK: Generated $(relpath "$out")" 70 echo "FAIL: Errors while generating $(relpath "$out")" >& 2 125 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2 131 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2 137 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2 152 echo "OK: Inserted $(relpath "$src_part") into $(relpath "$dst_file")"
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
compatibility.py | 62 relpath = _relpath_nt variable 64 relpath = _relpath_posix variable
|
loader.py | 15 from os.path import relpath namespace 17 from unittest2.compatibility import relpath namespace 230 _relpath = relpath(path, self._top_level_dir)
|
/ndk/build/tools/ |
ndk-common.sh | 697 relpath () function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ntpath.py | 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"] 494 def relpath(path, start=curdir): function
|
posixpath.py | 34 "devnull","realpath","supports_unicode_filenames","relpath"] 416 def relpath(path, start=curdir): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ntpath.py | 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"] 494 def relpath(path, start=curdir): function
|
posixpath.py | 34 "devnull","realpath","supports_unicode_filenames","relpath"] 416 def relpath(path, start=curdir): function
|
/development/tools/elftree/ |
elftree.c | 292 char *relpath; local 295 relpath = getenv("ANDROID_PRODUCT_OUT"); 296 if (!relpath) { 299 relpath = "."; 302 snprintf(path, PATH_MAX, "%s/%s", relpath, "system/lib");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 227 def relpath(self, path, start='.'): member in class:FileSystem 228 return os.path.relpath(path, start)
|
filesystem_mock.py | 334 def relpath(self, path, start='.'): member in class:MockFileSystem 335 # Since os.path.relpath() calls os.path.normpath() 392 destination_path = self.join(destination, self.relpath(source_file, source))
|
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 965 const char* relpath = "."; local 967 char* res = realpath(relpath, path); 973 const char* relpath = "."; local 974 char* res = realpath(relpath, NULL); 982 const char* relpath = "."; local 983 char* res = canonicalize_file_name(relpath); [all...] |