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

  /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")"
174 echo "ERROR: Failed to copy $(relpath "$src") to $(relpath "$dst")" >&
    [all...]
  /external/lldb/test/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 230 def relpath(self, path, start='.'): member in class:FileSystem
231 return os.path.relpath(path, start)
filesystem_mock.py 342 def relpath(self, path, start='.'): member in class:MockFileSystem
343 # Since os.path.relpath() calls os.path.normpath()
400 destination_path = self.join(destination, self.relpath(source_file, source))
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-build-api/0.0.4/
plexus-build-api-0.0.4.jar 
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1242 const char* relpath = "."; local
1244 char* res = realpath(relpath, path);
1250 const char* relpath = "."; local
1251 char* res = realpath(relpath, NULL);
1259 const char* relpath = "."; local
1260 char* res = canonicalize_file_name(relpath);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.18.1/
org.eclipse.tycho.p2.maven.repository-0.18.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.20.0/
org.eclipse.tycho.p2.maven.repository-0.20.0.jar 

Completed in 480 milliseconds