Home
last modified time | relevance | path

Searched refs:final_path (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/
Doutput_generator.py119 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/
Dpaths_internal_mac.cc23 std::string final_path(resolved); in GetExePath() local
25 return final_path; in GetExePath()
/external/toybox/toys/pending/
Ddiff.c476 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/
Dgenerate_modules_lists.py142 final_path = (prefix / module).as_posix()
/external/autotest/server/cros/tradefed/
Dtradefed_test.py1221 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/
Dtest_ntpath.py1075 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/
Dapr_common.m4713 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/
Dapr_common.m4713 dnl APR_PATH_RELATIVE(final_path, $orig_path, $prefix)
714 dnl $final_path now contains "bar"