HomeSort by relevance Sort by last modified time
    Searched refs:normpath (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /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 55 b.readDir( os.path.normpath( progdir + "/../arch-%s" % arch ) )
57 b.readDir( os.path.normpath( progdir + "/../common" ) )
  /external/chromium_org/chrome/test/functional/media/
pyauto_media.py 28 sys.path.append(os.path.normpath(os.path.join(media_dir, os.pardir)))
32 sys.path.append(os.path.normpath(os.path.join(
  /external/chromium_org/build/
cp.py 19 return shutil.copy(src, os.path.normpath(dst))
  /external/chromium_org/build/win/
setup_cygwin_mount.py 15 return os.system(os.path.normpath(batch_path) + ">nul")
  /external/chromium_org/chrome/test/functional/ap_lab/
pyauto_ap_configurator.py 15 sys.path.append(os.path.normpath(os.path.join(ap_configurator_dir,
  /external/chromium_org/chrome/test/functional/gtalk/
pyauto_gtalk.py 16 sys.path.append(os.path.normpath(os.path.join(gtalk_dir, os.pardir)))
  /external/chromium_org/chrome/test/functional/tracing/
pyauto_tracing.py 13 sys.path.append(os.path.normpath(os.path.join(tracing_dir, os.pardir)))
  /external/chromium_org/tools/grit/grit/tool/
buildinfo.py 58 path = os.path.normpath(path)
64 path = os.path.normpath(path)
68 print 'input|%s' % os.path.normpath(infile)
  /external/chromium_org/third_party/angle_dx11/build/
gyp_angle 14 angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so.6.0.16-gdb.py 36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libstdc++.so.6.0.16-gdb.py 36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
  /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/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 68 curdir = os.path.normpath(os.path.dirname(filename))
72 nextdir = os.path.normpath(os.path.join(curdir, '..'))
172 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:]))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
find_files_unittest.py 40 def normpath(self, path): member in class:MockWinFileSystem
find_files.py 65 return [filesystem.normpath(filesystem.join(base_dir, path)) for path in paths]
  /external/chromium_org/tools/json_to_struct/
json_to_struct.py 57 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/chromium_org/tools/json_schema_compiler/
compiler.py 42 os.path.normpath(filenames[0]), root)))
46 schema = os.path.normpath(filename)
64 relpath = os.path.relpath(os.path.normpath(schema_filename), root)
  /external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py 53 """Returns a dictionary with os.path.normpath called on every key."""
54 return dict((os.path.normpath(k), v) for (k, v) in
61 del props[os.path.normpath(path)]
67 return props[os.path.normpath(path)]['resourcetype'] is None
  /external/chromium_org/tools/grit/grit/node/
include_unittest.py 45 util.normpath(
69 util.normpath(
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 21 return os.path.normpath(os.path.join(
28 return os.path.normpath(os.path.join(GetTelemetryDir(), os.pardir, os.pardir))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 17 "ismount","walk","expanduser","expandvars","normpath","abspath",
33 # (this is done by normpath).
120 def normpath(path): function
154 return normpath(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 17 "ismount","walk","expanduser","expandvars","normpath","abspath",
33 # (this is done by normpath).
120 def normpath(path): function
154 return normpath(path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock_unittest.py 71 self.quick_check(self.fs.normpath,

Completed in 956 milliseconds

1 2 3 4 5 6 7 8