/external/chromium/chrome/common/extensions/ |
PRESUBMIT.py | 10 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()))
|
/bionic/libc/kernel/tools/ |
defaults.py | 19 kernel_original_path = os.path.normpath( find_program_dir() + '/../../../../external/kernel-headers/original' ) 23 kernel_cleaned_path = os.path.normpath( find_program_dir() + '/..' )
|
update_all.py | 60 b.readDir( os.path.normpath( progdir + "/../arch-%s" % arch ) ) 62 b.readDir( os.path.normpath( progdir + "/../common" ) )
|
clean_header.py | 56 dst_path = os.path.normpath( kernel_cleaned_path + "/" + dst_path )
|
/external/chromium/chrome/common/extensions/docs/build/ |
build.py | 20 _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/ |
find-mismatched-layout-test-results | 80 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/ |
test_files.py | 67 return [filesystem.normpath(filesystem.join(base_dir, path)) for path in paths]
|
test_files_unittest.py | 76 def normpath(self, path): member in class:MockWinFileSystem
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 67 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))
|
logutils.py | 53 path = os.path.normpath(path)
|
filesystem.py | 189 def normpath(self, path): member in class:FileSystem 190 """Wraps os.path.normpath().""" 191 return os.path.normpath(path)
|
autoinstall.py | 381 url_path = os.path.normpath(url_path) # Removes trailing slash. 452 url_subpath = os.path.normpath(url_subpath)
|
/external/clang/bindings/python/tests/cindex/ |
test_translation_unit.py | 63 os.path.normpath 65 return os.path.normpath(path1) == os.path.normpath(path2)
|
/frameworks/base/tests/DumpRenderTree2/assets/ |
run_apache2.py | 51 android_tree_root = os.path.normpath(android_tree_root) 57 layout_tests_path = os.path.normpath(os.path.join(os.getcwd(), options.tests_root_directory))
|
/external/v8/build/ |
gyp_v8 | 39 v8_root = os.path.normpath(os.path.join(script_dir, os.pardir))
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
action_makenames.py | 138 scriptsPath = os.path.normpath(
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 587 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) [all...] |
json_layout_results_generator.py | 182 full_path = self._fs.normpath(full_path)
|
/packages/apps/Browser/tools/ |
get_search_engines.py | 65 self.resdir = os.path.normpath(os.path.join(sys.path[0], '../res'))
|
/bionic/libc/tools/ |
bionic_utils.py | 115 path = os.path.normpath(bionic_root + "/../../external/kernel-headers/original")
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
run_webkit_tests.py | 165 normalized_platform_directories.append(port_obj._filesystem.normpath(path))
|
rebaseline_chromium_webkit_tests.py | 385 expected_fullpath = self._filesystem.normpath(expected_fullpath) 481 fallback_fullpath = self._filesystem.normpath( [all...] |
/external/chromium/testing/gmock/scripts/ |
upload.py | [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 799 OPTIONS.device_specific = os.path.normpath(OPTIONS.device_specific)
|