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

/external/linux-kselftest/tools/testing/selftests/ftrace/
H A Dftracetest36 abspath() { function
67 OPT_TEST_CASES="$OPT_TEST_CASES `abspath $1`"
75 OPT_TEST_DIR=`abspath $1`
/external/v8/tools/
H A Dandroid-run.py39 from os.path import join, dirname, abspath namespace
90 workspace = abspath(join(dirname(sys.argv[0]), '..'))
H A Dpresubmit.py41 from os.path import abspath, join, dirname, basename, exists namespace
489 workspace = abspath(join(dirname(sys.argv[0]), '..'))
/external/ltp/testcases/kernel/syscalls/mkdirat/
H A Dmkdirat01.c46 static char abspath[1024]; variable
58 {&dir_fd, abspath, 0, 0},
96 sprintf(abspath, "%s/mkdiratrelpath%d_%d_2", tmpdir, getpid(), i);
/external/ltp/testcases/kernel/syscalls/readlinkat/
H A Dreadlinkat01.c53 static char abspath[1024]; variable
63 {&dir_fd, abspath, TEST_FILE, sizeof(TEST_FILE)-1, 0},
125 snprintf(abspath, sizeof(abspath), "%s/" TEST_SYMLINK, tmpdir);
/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/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/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dsystem_stub.py370 def abspath(path): member in class:OsModuleStub.OsPathModuleStub
371 return os.path.abspath(path)
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py1105 def abspath(self, path): member in class:FakePathModule
1132 realpath = abspath
2175 # abspath, not the filename, but the actual argument.
/external/kmod/libkmod/
H A Dlibkmod-module.c395 char *abspath; local
401 abspath = path_make_absolute_cwd(path);
402 if (abspath == NULL) {
407 err = stat(abspath, &st);
411 free(abspath);
417 free(abspath);
424 m->path = abspath;
425 else if (streq(m->path, abspath))
426 free(abspath);
429 name, abspath,
[all...]

Completed in 489 milliseconds