/external/linux-kselftest/tools/testing/selftests/ftrace/ |
ftracetest | 37 abspath() { function 69 OPT_TEST_CASES="$OPT_TEST_CASES `abspath $1`" 77 OPT_TEST_DIR=`abspath $1`
|
/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/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)
|
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 | 31 "ismount","walk","expanduser","expandvars","normpath","abspath", 350 def abspath(path): function 368 return abspath(path) 422 start_list = [x for x in abspath(start).split(sep) if x] 423 path_list = [x for x in abspath(path).split(sep) if x]
|
/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);
|
/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
|