Searched refs:posixpath (Results 1 - 25 of 79) sorted by last modified time

1234

/external/skia/tools/pyutils/
H A Dgs_utils.py16 import posixpath namespace
41 source_http_url = posixpath.join(
/external/skia/tools/
H A Dsvndiff.py22 import posixpath namespace
215 args = ['git', 'show', posixpath.join('HEAD:.', file_within_repo)]
/external/skia/gm/
H A Dgm_json.py18 import posixpath namespace
129 return posixpath.join(
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals.py15 import posixpath namespace
66 json_url = posixpath.join(self._actuals_base_url, builder_name,
H A Dimagepair.py12 import posixpath namespace
65 expected_image_url=posixpath.join(base_url, imageA_relative_url),
67 actual_image_url=posixpath.join(base_url, imageB_relative_url))
H A Dimagepairset.py13 import posixpath namespace
159 key_base_url: posixpath.join(
164 key_base_url: posixpath.join(
H A Dserver.py18 import posixpath namespace
301 source_path=posixpath.join(builder, self._json_filename),
342 diff_base_url=posixpath.join(
358 diff_base_url=posixpath.join(
429 normpath = posixpath.normpath(self.path)
506 normpath = posixpath.normpath(self.path)
/external/qemu/distrib/libsparse/src/
H A Dsimg_dump.py18 import getopt, posixpath, signal, struct, sys namespace
31 me = posixpath.basename(sys.argv[0])
/external/deqp/scripts/
H A Dmake_release.py17 import posixpath namespace
/external/clang/tools/scan-view/
H A DScanView.py6 import posixpath namespace
76 kResources = posixpath.join(posixpath.dirname(__file__), 'Resources')
254 path = posixpath.join(self.server.root, 'index.html')
408 if not file or not posixpath.exists(file):
438 path = posixpath.join(self.server.root, item['stderr'])
459 c.files.append(posixpath.join(self.server.root,
461 c.files.append(posixpath.join(self.server.root,
463 c.files.append(posixpath.join(self.server.root,
465 c.files.append(posixpath
[all...]
H A Dscan-view7 import posixpath namespace
106 if not posixpath.exists(posixpath.join(root,'index.html')):
/external/chromium_org/tools/grit/
H A Dgrit_info.py11 import posixpath namespace
157 outputs = [posixpath.join(prefix, f)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py33 import posixpath namespace
144 base_path = posixpath.dirname(_ToLocalPath(toplevel_dir, _ToGypPath(target)))
H A Dmsvs.py8 import posixpath namespace
1674 base_dir = posixpath.split(src_bare)[0]
1675 outer_dir = posixpath.split(src_bare)[1]
H A Dxcode.py12 import posixpath namespace
497 basename = posixpath.basename(source)
498 (root, ext) = posixpath.splitext(basename)
887 posixpath.split(rule_source)
889 posixpath.splitext(rule_source_basename)
993 concrete_output_dir = posixpath.dirname(concrete_output)
1083 (source_root, source_extension) = posixpath.splitext(source)
1095 (resource_root, resource_extension) = posixpath.splitext(resource)
1199 library_dir = posixpath.dirname(library)
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py141 import posixpath namespace
920 name = posixpath.basename(path)
998 components = path.split(posixpath.sep)
1072 return posixpath.join(*components)
1089 path = posixpath.join(this_path, path)
1236 path = posixpath.normpath(path)
1247 parent = posixpath.dirname(path)
1248 grandparent = posixpath.dirname(parent)
1249 parent_basename = posixpath.basename(parent)
1250 (parent_root, parent_ext) = posixpath
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dgm_json.py18 import posixpath namespace
135 return posixpath.join(
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_rendered_pictures_test.py23 import posixpath namespace
144 setA_dir=posixpath.join(base_repo_url, 'expectations'),
145 setB_dir=posixpath.join(base_repo_url, 'actuals'),
H A Ddownload_actuals.py15 import posixpath namespace
68 json_url = posixpath.join(self._actuals_base_url, builder_name,
H A Dimagepair.py12 import posixpath namespace
121 """Wrapper around posixpath.join().
123 Returns posixpath.join(*args), or None if any arg is None.
128 return posixpath.join(*args)
H A Dimagepairset.py13 import posixpath namespace
208 key_base_url: posixpath.join(
213 key_base_url: posixpath.join(
H A Dserver.py18 import posixpath namespace
125 compare_rendered_pictures.REPO_URL_PREFIX + posixpath.join(
233 posixpath.join(_SKP_BASE_REPO_URL, builder),
237 posixpath.join(_SKP_BASE_GS_URL, builder),
246 posixpath.join(_SKP_BASE_GS_URL, _SKP_PLATFORMS[0]),
250 posixpath.join(_SKP_BASE_GS_URL, _SKP_PLATFORMS[1]),
418 source_path=posixpath.join(builder, self._json_filename),
457 diff_base_url=posixpath.join(
473 diff_base_url=posixpath.join(
690 normpath = posixpath
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dsvndiff.py22 import posixpath namespace
215 args = ['git', 'show', posixpath.join('HEAD:.', file_within_repo)]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcode_generator_v8.py47 import posixpath namespace
135 header_path = posixpath.join(self.output_dir,
137 cpp_path = posixpath.join(self.output_dir, 'V8%s.cpp' % definition_name)
202 output_dir = posixpath.join(self.output_dir,
204 header_path = posixpath.join(output_dir, '%s.h' % definition_name)
205 cpp_path = posixpath.join(output_dir, '%s.cpp' % definition_name)
H A Dcompute_interfaces_info_individual.py47 import posixpath namespace
89 return relative_dir_local.replace(os.path.sep, posixpath.sep)
104 return posixpath.join(relative_dir, cpp_class_name + '.h')

Completed in 425 milliseconds

1234