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

1 2 3 4 5 6 7 8 910

  /bionic/libc/kernel/tools/
defaults.py 16 kernel_original_path = os.path.normpath( find_program_dir() + '/../../../../external/kernel-headers/original' )
19 kernel_cleaned_path = os.path.normpath( find_program_dir() + '/..' )
  /external/chromium_org/build/
cp.py 19 return shutil.copy(src, os.path.normpath(dst))
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
test_variables.py 16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir))
  /external/fonttools/MetaTools/
buildChangeLog.py 5 fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath(
  /external/skia/platform_tools/android/tests/
test_variables.py 16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir))
  /external/libcxx/test/
makemake.py 25 out_name = os.path.normpath(out_name)
28 makefile_path = os.path.normpath(os.path.join(
  /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/build/
gyp_angle 14 angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
  /external/chromium_org/third_party/webrtc/build/
merge_libs.py 50 search_path = os.path.normpath(argv[1])
51 output_lib = os.path.normpath(argv[2])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
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.11-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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so.6.0.18-gdb.py 36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libstdc++.so.6.0.18-gdb.py 36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libstdc++.a-gdb.py 36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libstdc++.a-gdb.py 36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
treescan.py 78 yield os.path.normpath(fullpath)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
find_files_unittest.py 40 def normpath(self, path): member in class:MockWinFileSystem
  /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/deqp/scripts/
cppcheck.py 143 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
generate_manifest.py 13 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/
features_compiler.py 24 schema = os.path.normpath(filename)
36 relpath = os.path.relpath(os.path.normpath(source_file_dir), root)
compiler.py 46 schema = os.path.normpath(filename)
48 os.path.dirname(os.path.relpath(os.path.normpath(filename), root)),
69 relpath = os.path.relpath(os.path.normpath(schema_filename), root)
  /external/chromium_org/tools/telemetry/telemetry/util/
bootstrap.py 55 """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/
chromium.ycm_extra_conf.py 68 curdir = os.path.normpath(os.path.dirname(filename))
72 nextdir = os.path.normpath(os.path.join(curdir, '..'))
180 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:]))
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSVersion.py 64 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)

Completed in 1356 milliseconds

1 2 3 4 5 6 7 8 910