Searched refs:normpath (Results 1 - 22 of 22) sorted by relevance

/external/chromium/chrome/common/extensions/
H A DPRESUBMIT.py10 os.path.normpath("chrome/common/extensions/api"),
11 os.path.normpath("chrome/common/extensions/docs")
16 os.path.normpath("chrome/common/extensions/docs/server")
31 dir = os.path.normpath(input_api.os_path.dirname(f.LocalPath()))
/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.py20 _base_dir = os.path.normpath(_build_dir + "/..")
27 _extension_api_dir = os.path.normpath(_base_dir + "/../api")
41 sys.path.append(os.path.normpath(_base_dir +
120 chrome_dir = os.path.normpath(_base_dir + "/../../../")
121 src_dir = os.path.normpath(chrome_dir + "/../")
126 home_dir = os.path.normpath(os.getenv("HOMEDRIVE") + os.getenv("HOMEPATH"))
238 debug_log = os.path.normpath(_build_dir + "/" + "debug.log")
/external/webkit/Tools/Scripts/
H A Dfind-mismatched-layout-test-results80 print os.path.normpath(os.path.join(dirpath, missing_png)
86 print os.path.normpath(os.path.join(dirpath, missing_checksum)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest_files.py67 return [filesystem.normpath(filesystem.join(base_dir, path)) for path in paths]
H A Dtest_files_unittest.py76 def normpath(self, path): member in class:MockWinFileSystem
H A Dbase.py574 return self._filesystem.normpath(self._filesystem.join(self.layout_tests_dir(), test_name))
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py67 return self.normpath(path)
74 path = self.normpath(path)
148 path = self.normpath(path)
222 norm_path = self.normpath(self.join(*path))
234 def normpath(self, path): member in class:MockFileSystem
237 return re.sub(re.escape(os.path.sep), self.sep, os.path.normpath(path))
H A Dlogutils.py53 path = os.path.normpath(path)
H A Dfilesystem.py189 def normpath(self, path): member in class:FileSystem
190 """Wraps os.path.normpath()."""
191 return os.path.normpath(path)
H A Dautoinstall.py381 url_path = os.path.normpath(url_path) # Removes trailing slash.
452 url_subpath = os.path.normpath(url_subpath)
/external/libcap-ng/libcap-ng-0.7/
H A Dpy-compile116 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Daction_makenames.py138 scriptsPath = os.path.normpath(
/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py68 os.path.normpath
70 return os.path.normpath(path1) == os.path.normpath(path2)
/external/v8/build/
H A Dgyp_v839 v8_root = os.path.normpath(os.path.join(script_dir, os.pardir))
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations.py587 full_path = self._fs.normpath(full_path)
611 path = self._fs.normpath(path)
633 self._test_list_paths[test] = (self._fs.normpath(test_list_path),
694 self._test_list_paths[test] = self._fs.normpath(test_list_path)
720 base_path = self._fs.normpath(test_list_path)
H A Djson_layout_results_generator.py182 full_path = self._fs.normpath(full_path)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests.py165 normalized_platform_directories.append(port_obj._filesystem.normpath(path))
H A Drebaseline_chromium_webkit_tests.py385 expected_fullpath = self._filesystem.normpath(expected_fullpath)
481 fallback_fullpath = self._filesystem.normpath(
/external/clang/tools/scan-view/
H A DScanView.py652 path = posixpath.normpath(urllib.unquote(o.path))
/external/chromium/testing/gmock/scripts/
H A Dupload.py1048 self.repo_dir = os.path.normpath(repo_dir)
1050 cwd = os.path.normpath(os.getcwd())
/external/chromium/testing/gtest/scripts/
H A Dupload.py1048 self.repo_dir = os.path.normpath(repo_dir)
1050 cwd = os.path.normpath(os.getcwd())
/external/regex-re2/lib/codereview/
H A Dcodereview.py3174 self.repo_dir = os.path.normpath(repo.root)
3176 cwd = os.path.normpath(os.getcwd())

Completed in 339 milliseconds