/external/chromium_org/tools/grit/grit/ |
grd_reader.py | 206 rel_dir = os.path.relpath(os.getcwd(), dir)
|
/external/chromium_org/tools/telemetry/build/ |
update_docs.py | 55 sys.stderr.write('Wrote %s\n' % os.path.relpath(path))
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_credentials.py | 128 os.path.relpath(os.path.join(os.path.dirname(page_set.file_path),
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_test_runner.py | 84 sorted([os.path.relpath(f) for f in page_set_filenames]))
|
/external/chromium/testing/gmock/scripts/ |
upload.py | [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | [all...] |
/external/chromium_org/testing/gtest/scripts/ |
upload.py | [all...] |
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 498 String8 relpath(relstart); 500 // If relpath is empty, it means this is the top of one of the standard named 502 if (relpath.length() == 0) { 508 // relpath < 100 chars 510 if ((5 + packageName.length() + 1 + domain.length() >= 155) || (relpath.length() >= 100)) { 612 fullname.appendPath(relpath); 619 strncpy(buf, relpath.string(), 100); [all...] |
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 371 This method is used because we may not be able to rely on os.path.relpath 670 relpath = sample_dirname + abspath.replace(sample_path, "") 672 zip_file.write(abspath, relpath)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 338 def relpath(self, path, start='.'): member in class:MockFileSystem 339 # Since os.path.relpath() calls os.path.normpath() 396 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/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_converter_unittest.py | 303 new_relpath = os.path.relpath(resources_dir, test_path)
|
test_importer.py | 306 subpath = os.path.relpath(orig_path, self.repo_dir)
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
symbol.py | 127 library_path = os.path.relpath(candidate_libraries[0], SYMBOLS_DIR)
|
/external/chromium_org/tools/checkdeps/ |
graphdeps.py | 108 rel_path = os.path.relpath(full_path, self.base_directory)
|
/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 | 200 refined_filename, _ = os.path.splitext(os.path.relpath(filename, source_dir))
|
/external/chromium_org/v8/tools/ |
run-deopt-fuzzer.py | 344 shell_dir = os.path.relpath(shell_dir)
|
run-tests.py | 348 shell_dir = os.path.relpath(shell_dir)
|
/external/skia/tools/skpdiff/ |
skpdiff_server.py | 168 git_path = os.path.relpath(path, SKIA_ROOT_DIR).replace('\\', '/')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 222 _relpath = os.path.relpath(path, self._top_level_dir)
|