Searched refs:final_path (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/systrace/systrace/ |
D | output_generator.py | 119 final_path = os.path.abspath(output_file_name) 120 return final_path 148 final_path = os.path.abspath(output_file_name) 149 return final_path
|
/external/openscreen/platform/test/ |
D | paths_internal_mac.cc | 23 std::string final_path(resolved); in GetExePath() local 25 return final_path; in GetExePath()
|
/external/toybox/toys/pending/ |
D | diff.c | 476 char *final_path; in concat_file_path() local 480 final_path = xmprintf("%s%s", path, default_path); in concat_file_path() 483 final_path = xmprintf("%s/%s", path, default_path); in concat_file_path() 484 else final_path = xmprintf("%s%s", path, default_path); in concat_file_path() 485 return final_path; in concat_file_path()
|
/external/pigweed/pw_build/py/pw_build/ |
D | generate_modules_lists.py | 142 final_path = (prefix / module).as_posix()
|
/external/autotest/server/cros/tradefed/ |
D | tradefed_test.py | 1221 for (tradefed_path, final_path) in directory_mapping: 1224 self._safe_makedirs(final_path) 1225 os.symlink(final_path, tradefed_path)
|
/external/python/cpython3/Lib/test/ |
D | test_ntpath.py | 1075 final_path = nt._getfinalpathname(path) 1076 self.assertIsInstance(final_path, str) 1077 self.assertGreater(len(final_path), 0)
|
/external/cronet/tot/third_party/apache-portable-runtime/src/build/ |
D | apr_common.m4 | 713 dnl APR_PATH_RELATIVE(final_path, $orig_path, $prefix) 714 dnl $final_path now contains "bar"
|
/external/cronet/stable/third_party/apache-portable-runtime/src/build/ |
D | apr_common.m4 | 713 dnl APR_PATH_RELATIVE(final_path, $orig_path, $prefix) 714 dnl $final_path now contains "bar"
|