HomeSort by relevance Sort by last modified time
    Searched refs:relpath (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
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/chromium_org/tools/vim/
ninja-build.vim 72 file_to_build = os.path.relpath(file_to_build, build_dir)
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 126 library_path = os.path.relpath(candidate_libraries[0], SYMBOLS_DIR)
  /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/trace-viewer/build/
parse_deps.py 347 rel_filename = os.path.relpath(filename, toplevel_dir)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_dependencies.py 187 refined_filename, _ = os.path.splitext(os.path.relpath(filename, source_dir))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
svn.py 86 self._patch_directories = [self._filesystem.relpath(cwd, self.checkout_root)]
scm_unittest.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 307 subpath = os.path.relpath(orig_path, self.repo_dir)
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 344 shell_dir = os.path.relpath(shell_dir)
run-tests.py 288 shell_dir = os.path.relpath(shell_dir)
  /external/skia/tools/skpdiff/
skpdiff_server.py 163 git_path = os.path.relpath(path, SKIA_ROOT_DIR)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 222 _relpath = os.path.relpath(path, self._top_level_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 222 _relpath = os.path.relpath(path, self._top_level_dir)
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 422 urldest = os.path.relpath(urldest, nexe_root)
486 urlinfo[URL_KEY] = os.path.relpath(urlinfo[URL_KEY], nexe_root)
  /external/clang/tools/scan-view/
ScanView.py 689 relpath = '/'.join(components)
690 path = posixpath.join(self.server.root, relpath)
  /external/oprofile/
oprofile_android 393 out_path = os.path.join(samples_dir, os.path.relpath(in_path, raw_samples_dir))
  /external/chromium_org/ui/gl/
generate_bindings.py     [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py 800 host_files = [os.path.relpath(os.path.normpath(p.path),
812 return os.path.join(os.path.dirname(device_path), os.path.relpath(
    [all...]
  /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...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 674 milliseconds

1 2 34 5