HomeSort by relevance Sort by last modified time
    Searched defs:abspath (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/tools/scan-build-py/libscanbuild/
intercept.py 215 def abspath(cwd, name): function in function:format_entry
230 'file': abspath(exec_trace['directory'], source)
  /external/linux-kselftest/tools/testing/selftests/ftrace/
ftracetest 41 abspath() { function
82 OPT_TEST_CASES="$OPT_TEST_CASES `abspath $1`"
90 OPT_TEST_DIR=`abspath $1`
  /external/python/cpython2/Lib/
os2emxpath.py 18 "ismount","walk","expanduser","expandvars","normpath","abspath",
147 def abspath(path): function
158 realpath = abspath
macpath.py 13 "walk","expanduser","expandvars","normpath","abspath",
187 def abspath(path): function
199 path = abspath(path)
ntpath.py 20 "ismount","walk","expanduser","expandvars","normpath","abspath",
472 def abspath(path): function
483 def abspath(path): function
498 realpath = abspath
504 abs = abspath(normpath(path))
posixpath.py 24 "ismount","walk","expanduser","expandvars","normpath","abspath",
358 def abspath(path): function
376 return abspath(path)
430 start_list = [x for x in abspath(start).split(sep) if x]
431 path_list = [x for x in abspath(path).split(sep) if x]
  /external/python/cpython2/PC/VC6/
build_tkinter.py 13 def abspath(name): function
15 return os.path.abspath(os.path.join(__file__, par, par, par, par, name))
17 TCL_DIR = abspath("tcl%d.%d.%d" % (TCL_MAJOR, TCL_MINOR, TCL_PATCH))
18 TK_DIR = abspath("tk%d.%d.%d" % (TCL_MAJOR, TCL_MINOR, TCL_PATCH))
19 TIX_DIR = abspath("tix%d.%d.%d" % (TIX_MAJOR, TIX_MINOR, TIX_PATCH))
20 OUT_DIR = abspath("tcltk")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os2emxpath.py 17 "ismount","walk","expanduser","expandvars","normpath","abspath",
146 def abspath(path): function
157 realpath = abspath
macpath.py 12 "walk","expanduser","expandvars","normpath","abspath",
186 def abspath(path): function
198 path = abspath(path)
  /prebuilts/gdb/linux-x86/lib/python2.7/
os2emxpath.py 17 "ismount","walk","expanduser","expandvars","normpath","abspath",
146 def abspath(path): function
157 realpath = abspath
macpath.py 12 "walk","expanduser","expandvars","normpath","abspath",
186 def abspath(path): function
198 path = abspath(path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 17 "ismount","walk","expanduser","expandvars","normpath","abspath",
146 def abspath(path): function
157 realpath = abspath
macpath.py 12 "walk","expanduser","expandvars","normpath","abspath",
186 def abspath(path): function
198 path = abspath(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 17 "ismount","walk","expanduser","expandvars","normpath","abspath",
146 def abspath(path): function
157 realpath = abspath
macpath.py 12 "walk","expanduser","expandvars","normpath","abspath",
186 def abspath(path): function
198 path = abspath(path)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOsPath.py 42 abspath = os.path.abspath variable
  /external/ltp/testcases/kernel/syscalls/mkdirat/
mkdirat01.c 45 static char abspath[1024]; variable
57 {&dir_fd, abspath, 0, 0},
95 sprintf(abspath, "%s/mkdiratrelpath%d_%d_2", tmpdir, getpid(), i);
  /external/ltp/testcases/kernel/syscalls/readlinkat/
readlinkat01.c 52 static char abspath[1024]; variable
62 {&dir_fd, abspath, TEST_FILE, sizeof(TEST_FILE)-1, 0},
124 snprintf(abspath, sizeof(abspath), "%s/" TEST_SYMLINK, tmpdir);
  /external/python/cpython3/Lib/
macpath.py 11 "expanduser","expandvars","normpath","abspath",
181 def abspath(path): function
193 path = abspath(path)
  /external/python/cpython3/Lib/test/
test_dtrace.py 12 def abspath(filename): function
13 return os.path.abspath(findfile(filename, subdir="dtracedata"))
48 script_file=abspath(name + self.EXTENSION),
49 python_file=abspath(name + ".py"),
52 with open(abspath(name + self.EXTENSION + ".expected")) as f:
80 output = self.trace(abspath("assert_usable" + self.EXTENSION))
125 with open(abspath("call_stack.py")) as f:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 19 "ismount","walk","expanduser","expandvars","normpath","abspath",
460 def abspath(path): function
471 def abspath(path): function
486 realpath = abspath
492 abs = abspath(normpath(path))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 33 "ismount","walk","expanduser","expandvars","normpath","abspath",
490 def abspath(path): function
501 def abspath(path): function
516 realpath = abspath
522 abs = abspath(normpath(path))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 19 "ismount","walk","expanduser","expandvars","normpath","abspath",
455 def abspath(path): function
466 def abspath(path): function
481 realpath = abspath
487 abs = abspath(normpath(path))
posixpath.py 23 "ismount","walk","expanduser","expandvars","normpath","abspath",
341 def abspath(path): function
370 return abspath(join(*([component] + bits[i:])))
375 return abspath(filename)
406 start_list = [x for x in abspath(start).split(sep) if x]
407 path_list = [x for x in abspath(path).split(sep) if x]
  /external/python/cpython2/Lib/plat-riscos/
riscospath.py 318 abspath = os.expand variable
322 realpath = abspath

Completed in 393 milliseconds

1 2