/external/e2fsprogs/util/ |
D | symlinks.c | 121 static int shorten_path (char *path, char *abspath) in shorten_path() argument 128 while (abspath && strlen(abspath) > 1 && (p = strstr(path,"../"))) { in shorten_path() 147 a = abspath + strlen(abspath) - 1; in shorten_path() 149 if (a <= abspath) in shorten_path() 152 if (a <= abspath) in shorten_path() 168 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; in fix_symlink() local 180 abspath[0] = '\0'; in fix_symlink() 182 strcat(abspath,path); in fix_symlink() 183 c = strlen(abspath); in fix_symlink() 184 if ((c > 0) && (abspath[c-1] == '/')) in fix_symlink() [all …]
|
/external/libmojo/ |
D | build_mojom.mk | 31 mojom_bindings_generator_flags += --typemap $$(abspath $$(mojom_type_mappings)) 40 python $$(abspath $$(MOJOM_BINDINGS_GENERATOR)) \ 43 -I $$(abspath $$(PRIVATE_MOJO_ROOT)):$$(abspath $$(PRIVATE_MOJO_ROOT)) \ 44 -o $$(abspath $$(PRIVATE_TARGET)) \ 45 --bytecode_path $$(abspath $$(generated_templates_dir)) \
|
/external/ltp/include/mk/ |
D | functions.mk | 29 MAKE_3_80_abspath = $(shell $(top_srcdir)/scripts/abspath.sh '$(subst $(SQUOTE),\\$(SQUOTE),$(1))') 62 INSTALL_FILES += $$(abspath $$(DESTDIR)/$(3)/$(1)) 64 $$(abspath $$(DESTDIR)/$(3)/$(1)): \ 65 $$(abspath $$(dir $$(DESTDIR)/$(3)/$(1)))
|
D | env_pre.mk | 59 abs_top_srcdir := $(abspath $(top_srcdir)) 74 abs_top_builddir := $(abspath $(top_builddir)) 88 abs_srcdir := $(abspath $(abs_top_srcdir)/$(cwd_rel_from_top))
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/support/ |
D | run_bindings_generator.py | 11 out_dir = os.path.abspath(out_dir) 12 root_dir = os.path.abspath(root_dir) 13 mojom_file = os.path.abspath(mojom_file) 22 this_dir = os.path.dirname(os.path.abspath(__file__))
|
/external/chromium-trace/catapult/common/node_runner/node_runner/ |
D | node_util.py | 16 os.path.dirname(os.path.abspath(__file__)), 'node_binaries.json')) 35 old_dir = os.path.abspath(os.curdir) 36 os.chdir(os.path.join(os.path.abspath( 55 path = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
/external/ltp/testscripts/build/ |
D | test_install_out_of_build_tree.sh | 35 clean_is_sane "$srcdir" "$srcdir" "$("$abspath" "$tmp_destdir/$tmp_prefix")" 44 test_ltp "$("$abspath" "$tmp_destdir/$tmp_prefix")" 48 clean_is_sane "$srcdir" "$srcdir" "$("$abspath" "$tmp_destdir/$tmp_prefix")"
|
D | test_out_of_build_tree.sh | 36 clean_is_sane "$srcdir" "$tmp_builddir" "$("$abspath" "$tmp_destdir/$tmp_prefix")" 45 test_ltp "$("$abspath" "$tmp_destdir/$tmp_prefix")" 50 clean_is_sane "$srcdir" "$tmp_builddir" "$("$abspath" "$tmp_destdir/$tmp_prefix")"
|
/external/ltp/testcases/kernel/syscalls/readlinkat/ |
D | readlinkat01.c | 53 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); in setup()
|
/external/autotest/tko/ |
D | delete_job_results | 3 thisdir = os.path.dirname(os.path.abspath(sys.argv[0])) 4 sys.path.insert(0, os.path.abspath(os.path.join(thisdir, '../tko'))) 13 resultsdir = os.path.abspath(os.path.join(thisdir, '../results', tag))
|
/external/chromium-trace/catapult/devil/bin/ |
D | run_py_devicetests | 9 _CATAPULT_PATH = os.path.abspath(os.path.join( 11 _DEVIL_PATH = os.path.abspath(os.path.join( 13 _TYP_PATH = os.path.abspath(os.path.join(_CATAPULT_PATH, 'third_party', 'typ'))
|
D | run_py_tests | 9 _CATAPULT_PATH = os.path.abspath(os.path.join( 11 _DEVIL_PATH = os.path.abspath(os.path.join(
|
/external/v8/gypfiles/ |
D | gyp_environment.py | 16 V8_ROOT = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir)) 29 e.filename = os.path.abspath(file_path) 42 var, os.path.abspath(file_path)
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | output_generator.py | 36 systrace_dir = os.path.abspath(os.path.dirname(__file__)) 49 systrace_dir = os.path.abspath(os.path.dirname(__file__)) 78 final_path = os.path.abspath(output_file_name) 109 final_path = os.path.abspath(output_file_name)
|
D | run_systrace.py | 30 _SYSTRACE_DIR = os.path.abspath( 33 os.path.dirname(os.path.abspath(__file__)), os.path.pardir, os.path.pardir) 124 'local_paths': [os.path.abspath(adb_path)] 173 os.path.dirname(os.path.abspath(__file__)), options)
|
D | update_systrace_trace_viewer.py | 14 _CATAPULT_PATH = os.path.abspath( 22 os.path.abspath(os.path.dirname(__file__)), 49 cwd=os.path.dirname(os.path.abspath(__file__))).strip()
|
/external/protobuf/gtest/test/ |
D | run_tests_util_test.py | 72 path = self.abspath(path) 100 name_list = self.abspath(path).split(self.path_separator) 115 def abspath(self, path): member in 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(os.path.dirname(run_tests_util.__file__)),
|
/external/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat01.c | 46 static char abspath[1024]; variable 58 {&dir_fd, abspath, 0, 0}, 96 sprintf(abspath, "%s/mkdiratrelpath%d_%d_2", tmpdir, getpid(), i); in setup_iteration()
|
/external/skia/infra/bots/assets/ |
D | asset_utils.py | 20 INFRA_BOTS_DIR = os.path.abspath(os.path.realpath(os.path.join( 21 os.path.dirname(os.path.abspath(__file__)), os.pardir))) 28 SKIA_DIR = os.path.abspath(os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir)) 132 target_dir = os.path.abspath(target_dir) 152 gsutil = os.path.abspath(gsutil) 183 target_dir = os.path.abspath(target_dir) 195 target_dir = os.path.abspath(target_dir)
|
/external/libmojo/third_party/catapult/devil/bin/ |
D | run_py_tests | 9 _CATAPULT_PATH = os.path.abspath(os.path.join( 11 _DEVIL_PATH = os.path.abspath(os.path.join(
|
/external/chromium-trace/catapult/common/battor/bin/ |
D | run_py_tests | 9 _CATAPULT_PATH = os.path.abspath(os.path.join( 11 _BATTOR_PATH = os.path.abspath(os.path.join(
|
/external/autotest/client/cros/cellular/wardmodem/ |
D | common.py | 8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir, 10 package_root_dir = os.path.abspath(dirname)
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | __init__.py | 9 return os.path.abspath(os.path.join(*path_parts)) 20 _CATAPULT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | __init__.py | 9 return os.path.abspath(os.path.join(*path_parts)) 20 _CATAPULT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
/external/llvm/bindings/python/llvm/tests/ |
D | base.py | 35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file") 38 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
|