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

1 23 4 5

  /external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc 72 GURL GetTestFileUrl(const std::string& relpath) {
79 return GURL(base_url.spec() + "/" + relpath);
  /external/chromium-trace/
systrace-legacy.py 228 js_files.append(os.path.relpath(module.filename, src_dir))
236 css_files.append(os.path.relpath(style_sheet.filename, src_dir))
systrace.py 262 js_files.append(os.path.relpath(module.filename, src_dir))
270 css_files.append(os.path.relpath(style_sheet.filename, src_dir))
  /external/chromium_org/build/android/gyp/
generate_v14_compatible_resources.py 199 rel_filename = os.path.relpath(input_filename, input_dir)
209 rel_filename = os.path.relpath(input_filename, input_dir)
  /external/chromium_org/remoting/webapp/
build-webapp.py 53 rel_path = os.path.relpath(full_path, directory)
118 targetname = os.path.relpath(os.path.realpath(current_file),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 571 relpath = pathjoin("Contents", "Resources", ZIP_ARCHIVE)
572 abspath = pathjoin(self.bundlepath, relpath)
618 relpath = path[len(self.bundlepath):]
619 self.message("Stripping %s" % relpath, 2)
626 self.message("Problem stripping %s:" % relpath, 3)
    [all...]
  /external/chromium_org/ppapi/generators/
idl_thunk.py 83 def _GetThunkFileName(filenode, relpath):
88 if relpath: name = os.path.join(relpath, name)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 402 relpath = self._port.relative_test_filename(baseline)
404 relpath = '<none>'
405 self._print_default(' %s: %s' % (extension[1:], relpath))
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl_unittest.cc 86 GURL GetTestFileUrl(const std::string& relpath) {
93 return GURL(base_url.spec() + "/" + relpath);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 74 relative_paths = [self._filesystem.relpath(path, port.webkit_base()) for path in self._baseline_search_path(port, baseline_name)]
114 directory = self._filesystem.relpath(self._baseline_search_path(port, baseline_name)[-1], port.webkit_base())
  /external/chromium-trace/trace-viewer/
run_dev_server.py 48 y = '/' + os.path.relpath(x, toplevel_dir)
  /external/chromium_org/build/android/pylib/gtest/
setup.py 114 os.path.relpath(linked_file, constants.ISOLATE_DEPS_DIR))
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 357 return os.path.join(os.path.relpath(OUT_DIR, SRC_DIR), path)
712 file_list_rel = os.path.relpath(file_list_path)
714 verify_filelist_py = os.path.relpath(verify_filelist_py)
715 pepperdir_rel = os.path.relpath(pepperdir)
verify_filelist.py 146 rel_root = os.path.relpath(root, directory_path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 114 resources_relpath = self._filesystem.relpath(resources_path, new_path)
test_converter_unittest.py 289 new_relpath = os.path.relpath(resources_dir, test_path)
  /external/chromium_org/tools/clang/scripts/
run_tool.py 86 path = os.path.relpath(os.path.join(build_directory, path))
  /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/page/
page_test_runner.py 85 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)

Completed in 886 milliseconds

1 23 4 5