HomeSort by relevance Sort by last modified time
    Searched defs:relpath (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu/tools/srcgen/javadoc_patches/
common.sh 25 relpath() { function
26 python -c "import os.path; print os.path.relpath('$1','${2:-$PWD}')" ;
  /system/media/camera/docs/
metadata-generate 49 function relpath() { function
50 python -c "import os.path; print os.path.relpath('$1', '$PWD')"
75 echo "OK: Generated $(relpath "$out")"
80 echo "FAIL: Errors while generating $(relpath "$out")" >& 2
135 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
141 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
147 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
162 echo "OK: Inserted $(relpath "$src_part") into $(relpath "$dst_file")"
184 echo "ERROR: Failed to copy $(relpath "$src") to $(relpath "$dst")" >&
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MultipleWorkspace.py 44 return os.path.join(Ws, os.path.relpath(Path, Ws))
83 ## relpath()
85 # rewrite os.path.relpath function
93 def relpath(cls, Path, Ws): member in class:MultipleWorkspace
96 Path = os.path.relpath(Path, Pkg)
99 Path = os.path.relpath(Path, Ws)
LongFilePathOsPath.py 52 relpath = os.path.relpath variable
  /external/ltp/testcases/kernel/syscalls/mkdirat/
mkdirat01.c 44 static char relpath[256]; variable
56 {&dir_fd, relpath, 0, 0},
58 {&fd_atcwd, relpath, 0, 0},
59 {&fd, relpath, -1, ENOTDIR},
60 {&fd_invalid, relpath, -1, EBADF},
94 sprintf(relpath, "mkdiratrelpath%d_%d", getpid(), i);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
499 def relpath(path, start=curdir): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 35 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
529 def relpath(path, start=curdir): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
494 def relpath(path, start=curdir): function
posixpath.py 26 "devnull","realpath","supports_unicode_filenames","relpath"]
400 def relpath(path, start=curdir): function
  /external/python/cpython2/Lib/
ntpath.py 22 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
511 def relpath(path, start=curdir): function
posixpath.py 27 "devnull","realpath","supports_unicode_filenames","relpath"]
424 def relpath(path, start=curdir): function
  /external/python/cpython3/Lib/
ntpath.py 19 "extsep","devnull","realpath","supports_unicode_filenames","relpath",
559 def relpath(path, start=None): function
601 genericpath._check_arg_types('relpath', path, start)
posixpath.py 25 "devnull","realpath","supports_unicode_filenames","relpath",
444 def relpath(path, start=None): function
476 genericpath._check_arg_types('relpath', path, start)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
cpuinfo.c 316 static int find_domain_cpusets(char *relpath)
322 if (relpath == NULL) {
333 if (cpuset_query(cp, relpath)) {
348 while_each_childdir(cpuset_mountpoint(), relpath, c_relpath, local
  /external/skia/infra/bots/
gen_tasks.go 393 // relpath returns the relative path to the given file from the config file.
394 func relpath(f string) string { func
418 Isolate: relpath("bundle_recipes.isolate"),
474 Isolate: relpath(ISOLATE_ASSET_MAPPING[name].isolateFile),
574 Isolate: relpath("compile_skia.isolate"),
605 Isolate: relpath("upload_dm_results.isolate"),
634 Isolate: relpath("compile_skia.isolate"),
658 Isolate: relpath("meta_config.isolate"),
686 Isolate: relpath("ct_skps_skia.isolate"),
709 Isolate: relpath("compile_skia.isolate")
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 394 // relpath returns the relative path to the given file from the config file.
395 func relpath(f string) string { func
419 Isolate: relpath("bundle_recipes.isolate"),
475 Isolate: relpath(ISOLATE_ASSET_MAPPING[name].isolateFile),
578 Isolate: relpath("compile_skia.isolate"),
609 Isolate: relpath("upload_dm_results.isolate"),
638 Isolate: relpath("compile_skia.isolate"),
662 Isolate: relpath("meta_config.isolate"),
690 Isolate: relpath("ct_skps_skia.isolate"),
713 Isolate: relpath("compile_skia.isolate")
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1316 const char* relpath = "."; local
1324 const char* relpath = "."; local
1335 const char* relpath = "."; local
    [all...]

Completed in 686 milliseconds

1 2