Searched defs:abspath (Results 1 - 25 of 32) sorted by relevance

12

/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_help.py8 from os.path import abspath, dirname, join namespace
19 helpfile = join(dirname(dirname(abspath(__file__))), 'help.html')
/external/v8/tools/
H A Dandroid-run.py39 from os.path import join, dirname, abspath namespace
90 workspace = abspath(join(dirname(sys.argv[0]), '..'))
/external/linux-kselftest/tools/testing/selftests/ftrace/
H A Dftracetest41 abspath() { function
82 OPT_TEST_CASES="$OPT_TEST_CASES `abspath $1`"
90 OPT_TEST_DIR=`abspath $1`
/external/python/cpython3/Lib/test/test_email/
H A Dtorture_test.py22 from os.path import join, dirname, abspath namespace
23 path = abspath(join(dirname(testfile), os.pardir, 'moredata', filename))
/external/ltp/testcases/kernel/syscalls/mkdirat/
H A Dmkdirat01.c45 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/
H A Dreadlinkat01.c52 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/cpython2/Doc/tools/
H A Drstlint.py18 from os.path import join, splitext, abspath, exists namespace
157 ignore.append(abspath(val))
180 if abspath(root) in ignore:
190 if abspath(fn) in ignore:
/external/python/cpython2/Lib/email/test/
H A Dtest_email_torture.py23 from os.path import join, dirname, abspath namespace
24 path = abspath(join(dirname(testfile), os.pardir, 'moredata', filename))
/external/python/cpython2/Lib/
H A Dos2emxpath.py18 "ismount","walk","expanduser","expandvars","normpath","abspath",
147 def abspath(path): function
158 realpath = abspath
H A Dmacpath.py13 "walk","expanduser","expandvars","normpath","abspath",
187 def abspath(path): function
199 path = abspath(path)
H A Dntpath.py20 "ismount","walk","expanduser","expandvars","normpath","abspath",
472 def abspath(path): function
483 def abspath(path): function
498 realpath = abspath
504 abs = abspath(normpath(path))
H A Dposixpath.py24 "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]
H A Dshutil.py10 from os.path import abspath namespace
63 return (os.path.normcase(os.path.abspath(src)) ==
64 os.path.normcase(os.path.abspath(dst)))
306 src = abspath(src)
307 dst = abspath(dst)
535 base_name = os.path.abspath(base_name)
/external/python/cpython2/PC/VC6/
H A Dbuild_tkinter.py13 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")
/external/python/cpython3/Doc/tools/
H A Drstlint.py16 from os.path import join, splitext, abspath, exists namespace
157 ignore.append(abspath(val))
175 if abspath(root) in ignore:
185 if abspath(fn) in ignore:
/external/python/cpython3/Lib/idlelib/
H A Dhelp.py28 from os.path import abspath, dirname, isfile, join namespace
256 src = join(abspath(dirname(dirname(dirname(__file__)))),
258 dst = join(abspath(dirname(__file__)), 'help.html')
267 filename = join(abspath(dirname(__file__)), 'help.html')
/external/clang/tools/scan-build-py/libscanbuild/
H A Dintercept.py215 def abspath(cwd, name): function in function:format_entry
230 'file': abspath(exec_trace['directory'], source)
/external/python/cpython2/Lib/idlelib/
H A Dhelp.py28 from os.path import abspath, dirname, isdir, isfile, join namespace
258 src = join(abspath(dirname(dirname(dirname(__file__)))),
260 dst = join(abspath(dirname(__file__)), 'help.html')
269 filename = join(abspath(dirname(__file__)), 'help.html')
/external/python/cpython3/Lib/
H A Dmacpath.py11 "expanduser","expandvars","normpath","abspath",
181 def abspath(path): function
193 path = abspath(path)
H A Dntpath.py17 "ismount", "expanduser","expandvars","normpath","abspath",
286 path = abspath(path)
526 def abspath(path): function
538 def abspath(path): function
554 realpath = abspath
579 start_abs = abspath(normpath(start))
580 path_abs = abspath(normpath(path))
681 return normcase(abspath(f))
H A Dposixpath.py22 "ismount", "expanduser","expandvars","normpath","abspath",
367 def abspath(path): function
387 return abspath(path)
466 start_list = [x for x in abspath(start).split(sep) if x]
467 path_list = [x for x in abspath(path).split(sep) if x]
/external/python/cpython3/Lib/test/
H A Dtest_dtrace.py12 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:
/external/e2fsprogs/util/
H A Dsymlinks.c121 static int shorten_path (char *path, char *abspath) argument
128 while (abspath && strlen(abspath) > 1 && (p = strstr(path,"../"))) {
147 a = abspath + strlen(abspath) - 1;
149 if (a <= abspath)
152 if (a <= abspath)
168 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; local
180 abspath[0] = '\0';
182 strcat(abspath,pat
[all...]
/external/protobuf/gtest/test/
H A Drun_tests_util_test.py72 path = self.abspath(path)
100 name_list = self.abspath(path).split(self.path_separator)
115 def abspath(self, path): member in class:FakePath
119 return self.PathElement(self.abspath(path)) == 1
122 return type(self.PathElement(self.abspath(path))) == type(dict())
191 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)),
423 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)),
443 current_dir=os.path.abspath('/a/b/c'),
498 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)),
529 current_dir=os.path.abspath(o
[all...]
/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py318 abspath = os.expand variable
322 realpath = abspath

Completed in 762 milliseconds

12