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

123456

/external/chromium_org/build/
H A Dcp.py19 return shutil.copy(src, os.path.normpath(dst))
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dtest_variables.py16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir))
/external/fonttools/MetaTools/
H A DbuildChangeLog.py5 fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath(
/external/skia/platform_tools/android/tests/
H A Dtest_variables.py16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir))
/external/libcxx/test/
H A Dmakemake.py25 out_name = os.path.normpath(out_name)
28 makefile_path = os.path.normpath(os.path.join(
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd_unittest.py165 self.assertEqual(util.normpath(header_outputs[0].GetFilename()),
166 util.normpath('header/dir/chrome_android_strings.h'))
172 self.assertEqual(util.normpath(id_rc[0].GetFilename()),
173 util.normpath('rc/dir/chrome_android_strings_id.rc'))
174 self.assertEqual(util.normpath(id_xml[0].GetFilename()),
175 util.normpath('xml/dir/values-in/strings.xml'))
181 self.assertEqual(util.normpath(us_rc[0].GetFilename()),
182 util.normpath('rc/dir/chrome_android_strings_en-US.rc'))
183 self.assertEqual(util.normpath(us_xml[0].GetFilename()),
184 util.normpath('xm
[all...]
H A Dbuildinfo.py58 path = os.path.normpath(path)
64 path = os.path.normpath(path)
68 print 'input|%s' % os.path.normpath(infile)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dredirector.py37 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(
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
H A Dtreescan.py78 yield os.path.normpath(fullpath)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dfind_files_unittest.py40 def normpath(self, path): member in class:MockWinFileSystem
H A Dfind_files.py65 return [filesystem.normpath(filesystem.join(base_dir, path)) for path in paths]
/external/chromium_org/third_party/angle/build/
H A Dgyp_angle14 angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
/external/chromium_org/third_party/webrtc/build/
H A Dmerge_libs.py52 search_path = os.path.normpath(argv[1])
53 output_lib = os.path.normpath(argv[2])
/external/chromium_org/tools/json_to_struct/
H A Djson_to_struct.py57 sys.path.insert(0, os.path.normpath(_script_path + "/../../json_comment_eater"))
193 description_filename = os.path.normpath(args[0])
197 output_root = os.path.join(os.path.normpath(opts.destdir), shortroot)
202 basepath = os.path.normpath(opts.destbase)
/external/deqp/scripts/
H A Dcppcheck.py143 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
H A Dmake_release.py30 assert os.path.normpath(path) == path
31 assert os.path.normpath(basePath) == basePath
42 basePath = os.path.normpath(basePath)
45 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath)
157 fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath))
158 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath))
175 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile))
176 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile))
212 scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "scripts", "build.py"))
220 srcFile = os.path.normpath(o
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dgenerate_manifest.py13 jinja2_path = os.path.normpath(os.path.join(os.path.abspath(__file__),
15 nom_path = os.path.normpath(os.path.join(os.path.abspath(__file__),
/external/chromium_org/tools/json_schema_compiler/
H A Dfeatures_compiler.py24 schema = os.path.normpath(filename)
36 relpath = os.path.relpath(os.path.normpath(source_file_dir), root)
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSVersion.py64 return os.path.normpath(os.path.join(self.path, "VC/bin", tool))
80 return [os.path.normpath(os.path.join(sdk_dir, 'Bin/SetEnv.Cmd')),
91 return [os.path.normpath(
94 return [os.path.normpath(
105 return [os.path.normpath(
208 path = os.path.normpath(path)
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dbootstrap.py55 """Returns a dictionary with os.path.normpath called on every key."""
56 return dict((os.path.normpath(k), v) for (k, v) in
63 del props[os.path.normpath(path)]
69 return props[os.path.normpath(path)]['resourcetype'] is None
/external/chromium_org/tools/vim/
H A Dchromium.ycm_extra_conf.py69 curdir = os.path.normpath(os.path.dirname(filename))
73 nextdir = os.path.normpath(os.path.join(curdir, '..'))
201 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:]))
/external/chromium_org/third_party/angle/
H A Dgenerate_projects16 angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
/external/chromium_org/tools/grit/grit/node/
H A Dinclude_unittest.py45 util.normpath(
69 util.normpath(
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dutil.py27 return os.path.normpath(os.path.join(
36 return os.path.normpath(os.path.join(GetTelemetryDir(), os.pardir, os.pardir))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock_unittest.py71 self.quick_check(self.fs.normpath,

Completed in 4421 milliseconds

123456