Home
last modified time | relevance | path

Searched refs:rel_path (Results 1 – 21 of 21) sorted by relevance

/external/curl/packages/vms/
Dcompare_curl_source.com198 $ rel_path = ref_dir - "[" - ref_base_dir
199 $! rel_path_len = f$length(rel_path) - 1
200 $! delim = f$extract(rel_path_len, 1, rel_path)
201 $! rel_path = rel_path - ".]" - ".>" - "]" - ">"
202 $! rel_path = rel_path + delim
206 $! if rel_path .eqs. ".examples.scripts^.noah]"
208 $! rel_path = ".examples.scripts_noah]"
210 $! if rel_path .eqs. ".examples.scripts^.v2]"
212 $! rel_path = ".examples.scripts_v2]"
216 $ wrk_path = wrk + rel_path
/external/googletest/googletest/scripts/
Dcommon.py62 rel_path = m.group(2)
63 root = os.path.realpath(rel_path.count('/') * '../')
/external/wpa_supplicant_8/src/utils/
Dos_internal.c148 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path() argument
153 if (rel_path[0] == '/') in os_rel2abs_path()
154 return os_strdup(rel_path); in os_rel2abs_path()
173 rel_len = os_strlen(rel_path); in os_rel2abs_path()
179 os_memcpy(ret + cwd_len + 1, rel_path, rel_len); in os_rel2abs_path()
Dos_unix.c288 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path() argument
294 if (!rel_path) in os_rel2abs_path()
297 if (rel_path[0] == '/') in os_rel2abs_path()
298 return os_strdup(rel_path); in os_rel2abs_path()
320 rel_len = os_strlen(rel_path); in os_rel2abs_path()
326 os_memcpy(ret + cwd_len + 1, rel_path, rel_len); in os_rel2abs_path()
Dos_win32.c154 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path() argument
156 return _strdup(rel_path); in os_rel2abs_path()
Dos_none.c70 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path() argument
Dos.h186 char * os_rel2abs_path(const char *rel_path);
/external/autotest/frontend/tko/
Dpreconfigs.py15 rel_path = os.path.join(os.path.dirname(__file__), 'preconfigs',
17 return os.path.abspath(rel_path)
/external/python/cpython3/Lib/unittest/
Dmain.py36 rel_path = os.path.relpath(name, os.getcwd())
37 if os.path.isabs(rel_path) or rel_path.startswith(os.pardir):
39 name = rel_path
/external/curl/tests/
Dpathhelp.pm630 my ($drv, $rel_path) = @_;
655 $res .= $rel_path if defined $rel_path;
/external/perfetto/tools/
Dinstall-build-deps381 for rel_path, url, expected_sha1, platform in deps:
384 local_path = os.path.join(ROOT_DIR, rel_path)
396 MkdirRecursive(os.path.dirname(rel_path))
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
Dmove.py115 rel_path = os.path.relpath(module_path, _BaseDir(module_path))
116 return os.path.splitext(rel_path)[0].replace(os.sep, '.')
/external/u-boot/scripts/dtc/libfdt/
Dfdt_overlay.c747 const char *rel_path; in overlay_symbol_update() local
799 rel_path = s + len; in overlay_symbol_update()
800 rel_path_len = e - rel_path; in overlay_symbol_update()
857 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
/external/python/setuptools/setuptools/
D__init__.py75 rel_path = os.path.relpath(full_path, where)
76 package = rel_path.replace(os.path.sep, '.')
/external/v8/tools/testrunner/local/
Dandroid.py144 def run(self, target_dir, binary, args, rel_path, timeout, env=None, argument
164 cwd=os.path.join(DEVICE_DIR, rel_path),
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management_test.py197 rel_path = os.path.join("train", "model-2")
199 train_dir, rel_path, all_model_checkpoint_paths=[abs_path, rel_path])
201 self.assertEqual(ckpt.model_checkpoint_path, rel_path)
203 self.assertEqual(ckpt.all_model_checkpoint_paths[-1], rel_path)
/external/libchrome/mojo/public/tools/bindings/
Dmojom_bindings_generator.py337 rel_path = RelativePath(filename, args.depth)
338 tree = _UnpickleAST(_GetPicklePath(rel_path, args.gen_dir))
363 source_filename, _ = os.path.splitext(rel_path.relative_path())
/external/python/cpython3/Lib/
Dtrace.py662 rel_path = 'lib', 'python{0.major}.{0.minor}'.format(sys.version_info)
663 _prefix = os.path.join(sys.base_prefix, *rel_path)
664 _exec_prefix = os.path.join(sys.base_exec_prefix, *rel_path)
/external/autotest/server/hosts/
Dadb_host.py966 def process(rel_path, default_perm): argument
968 rel_path))
970 target = os.path.join(receive_path, rel_path)
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c3223 char *rel_path; in add_dir_entry() local
3226 rel_path = mounted_path; in add_dir_entry()
3227 while (rel_path && *rel_path == '/') in add_dir_entry()
3228 rel_path++; in add_dir_entry()
3229 …android_fs_config(fs_config_func, rel_path, &inode_info->buf, target_out_path, &dir_ent->capabilit… in add_dir_entry()
/external/v8/tools/
Drun_perf.py775 rel_path=bench_rel,