HomeSort by relevance Sort by last modified time
    Searched refs:relpath (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/v8/test/mozilla/
testcfg.py 80 relpath = fullpath[len(self.testroot) + 1 : -3]
81 testname = relpath.replace(os.path.sep, "/")
  /external/chromium-trace/catapult/tracing/tracing_build/
vulcanize_trace_viewer.py 36 tracing_dir = os.path.relpath(
  /external/libyuv/files/
gyp_libyuv 87 args.append('--depth=' + os.path.relpath(checkout_root))
  /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/catapult_build/
dev_server.py 57 rel_f = os.path.relpath(full_f, basedir)
120 rel = os.path.relpath(path, '/')
136 rel = os.path.relpath(filename, mapped_path)
247 rel = os.path.relpath(filename, source_path)
  /external/chromium-trace/catapult/dashboard/
dashboard_project.py 85 return [os.path.relpath(x, self.dashboard_root_path)
  /external/chromium-trace/catapult/telemetry/telemetry/core/
discover.py 44 module_rel_path = os.path.relpath(
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 1042 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) {
1048 if (relpath != NULL) {
1050 strcat(path, relpath);
1055 if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) {
1059 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1062 strcpy(pzonename, relpath);
1083 if (relpath != NULL) {
1084 strcpy(subpath, relpath);
  /external/skia/experimental/mojo/
generate.py 60 subprocess.check_call([exe, os.path.relpath(path, cdir)])
  /external/v8/tools/generate_shim_headers/
generate_shim_headers.py 69 os.path.relpath(root, source_tree_root))
  /external/v8/tools/
verify_source_deps.py 49 yield path_no_prefix(os.path.relpath(os.path.join(root, f), V8_BASE))
  /external/webrtc/webrtc/build/
gyp_webrtc 108 args.append('--depth=' + os.path.relpath(checkout_root))
  /development/tools/checkstyle/
checkstyle.py 172 file_name = os.path.relpath(file_name)
250 rel_path = os.path.relpath(file_name)
  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_controller.py 135 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms)
143 cmd += ' --objdump %s' % os.path.relpath(objdump_path, '.')
  /external/opencv3/samples/gpu/performance/
performance.cpp 142 string abspath(const string& relpath)
144 return TestSystem::instance().workingDir() + relpath;
performance.h 186 std::string abspath(const std::string& relpath);
  /external/v8/test/test262/
testcfg.py 120 relpath = fullpath[len(self.testroot) + 1 : -3]
121 testname = relpath.replace(os.path.sep, "/")
  /external/v8/test/webkit/
testcfg.py 59 relpath = fullpath[len(self.root) + 1 : -3]
60 testname = relpath.replace(os.path.sep, "/")
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-build-api/0.0.4/
plexus-build-api-0.0.4.jar 
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 60 relpath = os.path.relpath(path, includes_root)
61 includes.append((relpath, self.scan_dir(path)))
  /development/testrunner/test_defs/
native_test.py 143 binary = os.path.relpath(os.path.abspath(found),
  /external/chromium-trace/catapult/catapult_base/catapult_base/refactor_util/
move.py 115 rel_path = os.path.relpath(module_path, _BaseDir(module_path))
  /external/chromium-trace/catapult/perf_insights/
perf_insights_project.py 140 return [os.path.relpath(x, self.perf_insights_root_path)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/fps/
test.py 11 devpath = os.path.relpath(os.path.join('..', '..'),
  /external/v8/build/
gyp_v8 148 args.append('--depth=' + os.path.relpath(v8_root))

Completed in 902 milliseconds

12 3 4 5