Searched refs:posixpath (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfile_system_util.py5 import posixpath namespace
13 url = posixpath.join(urlprefix, root, f)
14 yield url, posixpath.join(directory, root, f)
H A Ddirectory_zipper.py6 import posixpath namespace
32 self._file_system.ReadSingle(posixpath.join(base_dir, file_name)))
42 dir_name = posixpath.basename(base_dir)
43 zip_file.writestr(posixpath.join(dir_name, file_name), file_contents)
H A Dredirector.py5 import posixpath namespace
31 dirname, filename = posixpath.split(url)
37 default_redirect = posixpath.normpath(Join(redirected_dirname, filename))
41 posixpath.normpath(Join(redirected_dirname,
53 return posixpath.normpath(Join(redirected_dirname, redirect))
69 redirects = self._cache.GetFromFile(posixpath.normpath(
70 posixpath.join(base, 'redirects.json'))).Get()
74 redirect = redirects.get(posixpath.join(filename, '...'))
86 Join(redirect, posixpath.relpath(url, sub_url)))
103 return 'https://developer.chrome.com/' + posixpath
[all...]
H A Dpath_util.py5 import posixpath namespace
34 return posixpath.join(*paths)
42 parent, base = posixpath.split(path.rstrip('/'))
86 last_path = posixpath.join(last_path, segment)
87 rel_path = posixpath.relpath(path, last_path)
H A Dapi_categorizer.py6 import posixpath namespace
25 posixpath.join(PUBLIC_TEMPLATES, self._platform) + '/').Get()
31 public_templates.extend(posixpath.join(root, name) for name in files)
H A Dchroot_file_system.py5 import posixpath namespace
32 prefixed = posixpath.join(self._root, path)
45 return self._file_system.Stat(posixpath.join(self._root, path))
H A Dtemplate_data_source.py6 import posixpath namespace
41 posixpath.join(self._dir, root, FormatKey(f)))
43 if posixpath.splitext(f)[1] == '.html']
H A Dpath_canonicalizer.py6 import posixpath namespace
15 normalized = posixpath.splitext(file_name)[0]
20 return posixpath.commonprefix((_Normalize(first_file),
56 path_without_ext, ext = posixpath.splitext(path)
57 canonical_path = posixpath.join(base, path_without_ext)
H A Dpreview.py36 import posixpath namespace
46 if not posixpath.abspath(self.path.lstrip('/')).startswith(
47 posixpath.abspath('')):
H A Dsidenav_data_source.py7 import posixpath namespace
97 posixpath.join(JSON_TEMPLATES, 'chrome_sidenav.json'))
103 posixpath.join(JSON_TEMPLATES, 'chrome_sidenav.json')).Get()
H A Dlocal_file_system_test.py8 import posixpath namespace
H A Drietveld_patcher_test.py7 import posixpath namespace
22 return [posixpath.join(prefix, item) for item in lst]
H A Dsamples_model.py7 import posixpath namespace
122 posixpath.join(base_path, js_file)).Get()
157 extension_sample_path = posixpath.join('examples', sample_path)
163 posixpath.join(base_path, sample_path),
166 icon_path = posixpath.join(
H A Dcontent_provider.py6 import posixpath namespace
83 _, ext = posixpath.splitext(path)
123 base, ext = posixpath.splitext(path)
134 base, ext = posixpath.splitext(path)
146 base, ext = posixpath.splitext(path)
159 _, ext = posixpath.splitext(path)
204 base, ext = posixpath.splitext(f)
/external/skia/tools/pyutils/
H A Dgs_utils.py16 import posixpath namespace
41 source_http_url = posixpath.join(
/external/skia/gm/rebaseline_server/
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(
/external/chromium_org/native_client_sdk/src/tools/
H A Dnacl_config.py13 import posixpath namespace
162 return posixpath.join(root, 'toolchain', subdir)
170 return posixpath.join(toolchain_dir, arch_dir)
175 return posixpath.join(GetToolchainDir(toolchain, arch), 'bin')
180 base_include = posixpath.join(root, 'include')
181 return [base_include, posixpath.join(base_include, toolchain)]
185 return posixpath.join(GetPosixSDKPath(), 'lib')
195 return posixpath.join(GetToolchainBinDir('newlib', 'x86_64'),
207 return posixpath.join(GetToolchainBinDir(toolchain, arch), full_tool_name)
/external/chromium_org/build/android/pylib/symbols/mock_addr2line/
H A Dmock_addr2line14 import posixpath namespace
27 lib_file_name = posixpath.basename(options.exe)
/external/chromium_org/third_party/skia/gm/
H A Dgm_json.py18 import posixpath namespace
135 return posixpath.join(
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dstacktrace.py5 import posixpath namespace
72 return posixpath.basename(self.exec_file_rel_path.replace('\\', '/'))
/external/skia/gm/
H A Dgm_json.py18 import posixpath namespace
129 return posixpath.join(
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dnative_heap_classifier.py28 import posixpath namespace
90 posixpath.commonprefix implementation would do)
92 parts = posixpath.commonprefix(args).rpartition(posixpath.sep)[0]
93 return parts + posixpath.sep if parts else ''
123 src_dir = posixpath.dirname(src_file.replace('\\', '/')) + '/'
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
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')
/external/clang/tools/scan-view/
H A Dscan-view7 import posixpath namespace
106 if not posixpath.exists(posixpath.join(root,'index.html')):

Completed in 472 milliseconds

1234