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

  /system/media/camera/docs/
metadata-generate 47 function relpath() { function
48 python -c "import os.path; print os.path.relpath('$1', '$PWD')"
77 echo "OK: Generated $(relpath "$out")"
82 echo "FAIL: Errors while generating $(relpath "$out")" >& 2
137 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
143 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
149 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
164 echo "OK: Inserted $(relpath "$src_part") into $(relpath "$dst_file")"
186 echo "ERROR: Failed to copy $(relpath "$src") to $(relpath "$dst")" >&
    [all...]
  /ndk/build/tools/
ndk-common.sh 679 relpath () function
  /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/chromium-trace/catapult/third_party/typ/typ/fakes/
host_fake.py 76 relpath = self.join(*comps)
77 if relpath.startswith('/'):
78 return relpath
79 return self.join(self.cwd, relpath)
118 files.append(self.relpath(f, top))
205 def relpath(self, path, start): member in class:FakeHost
  /external/chromium-trace/catapult/third_party/typ/typ/
host.py 105 relpath = self.relpath(os.path.join(root, f), top)
106 all_files.append(relpath)
163 def relpath(self, path, start): member in class:Host
164 return os.path.relpath(path, start)
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 1125 def relpath(self, path, start=None): function in function:FakePathModule.normpath
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 1143 def relpath(self, path, start=None): function in function:FakePathModule.normpath
    [all...]
  /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 1309 const char* relpath = "."; local
1317 const char* relpath = "."; local
1328 const char* relpath = "."; local
    [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 1147 milliseconds