HomeSort by: relevance | last modified time | path
    Searched refs:normpath (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
python-config.py 52 print(to_unix_path(os.path.normpath(sys.prefix)))
55 print(to_unix_path(os.path.normpath(sys.exec_prefix)))
79 libs.insert(0, "-L" + os.path.normpath(sys.prefix) + "/libs")
  /src/external/gpl3/gdb.old/dist/gdb/python/
python-config.py 52 print(to_unix_path(os.path.normpath(sys.prefix)))
55 print(to_unix_path(os.path.normpath(sys.exec_prefix)))
79 libs.insert(0, "-L" + os.path.normpath(sys.prefix) + "/libs")
  /src/external/apache2/llvm/dist/llvm/utils/llvm-lit/
llvm-lit.in 13 site_config = os.path.normpath(site_config)
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
test_exec_anatomy.py 46 source_dir = os.path.normpath(os.path.join(this_dir, '..', 'exec'))
__init__.py 25 path = os.path.normpath(os.path.join(this_dir, '..', 'src'))
test_from_cdb.py 18 path = os.path.normpath(os.path.join(this_dir, '..', 'src'))
  /src/external/mit/isl/dist/
py-compile 115 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
  /src/external/gpl3/gcc.old/dist/contrib/
unused_functions.py 98 d = os.path.normpath(d)
140 prog[os.path.normpath(path)] = get_symbols(path)
  /src/external/gpl3/gcc/dist/contrib/
unused_functions.py 98 d = os.path.normpath(d)
140 prog[os.path.normpath(path)] = get_symbols(path)
  /src/external/bsd/zstd/dist/tests/
test-license.py 35 return os.path.normpath(os.path.join(ROOT, d)) + "/"
  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
check_cfc.py 100 norm_directory = os.path.normpath(os.path.normcase(directory))
101 pathlist = [x for x in pathlist if os.path.normpath(
  /src/external/apache2/llvm/dist/llvm/utils/
demangle_tree.py 157 root = os.path.normpath(root)
166 full_path = os.path.normpath(full_path)
  /src/external/bsd/zstd/dist/tests/cli-tests/
run.py 240 self._test_name = os.path.normpath(
459 self._scratch_dir = os.path.normpath(os.path.join(self._opts.scratch_dir, rel_test_dir))
555 assert root == os.path.normpath(root)
575 test = os.path.normpath(os.path.abspath(test))
693 args.test_dir = os.path.normpath(os.path.abspath(args.test_dir))
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_translation_unit.py 124 os.path.normpath
126 self.assertEqual(os.path.normpath(path1),
127 os.path.normpath(path2))
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
util.py 217 return os.path.normcase(os.path.normpath(command))
235 return os.path.normcase(os.path.normpath(p))
discovery.py 80 item = os.path.normpath(os.path.join(os.getcwd(), item))
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
intercept.py 210 return os.path.normpath(fullname)
analyze.py 216 filename = os.path.normpath(os.path.join(directory, filename))
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
coverage-report-server.py 132 norm_path = os.path.normpath(urllib.parse.unquote(self.path[1:]))
  /src/external/apache2/llvm/dist/clang/utils/
creduce-clang-crash.py 33 fname = os.path.normpath(fname)
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 1141 def normpath(path, cwd=None): function
1149 return os.path.normpath(os.path.join(cwd, path))
1319 self.gitdir = normpath(self.git.rev_parse(git_dir=True), cwd=self._orig_path)
2189 gc_rc = normpath(gc_rc, cwd=repository.toplevel) if gc_rc else None
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
config.py 174 return os.path.normcase(os.path.normpath(x))
431 tool = os.path.normpath(tool)
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py 669 path = posixpath.normpath(unquote(o.path))
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 3000 include_dir == os.path.normpath(target_dir + '/../public')):

Completed in 76 milliseconds