Home
last modified time | relevance | path

Searched refs:final_path (Results 1 – 6 of 6) 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/llvm-project/lldb/tools/driver/
DDriver.cpp141 char final_path[PATH_MAX]; in AddInitialCommand() local
142 file.GetPath(final_path, sizeof(final_path)); in AddInitialCommand()
143 command_set->push_back(InitialCmdEntry(final_path, is_file)); in AddInitialCommand()
/external/toybox/toys/pending/
Ddiff.c457 char *final_path; in concat_file_path() local
461 final_path = xmprintf("%s%s", path, default_path); in concat_file_path()
464 final_path = xmprintf("%s/%s", path, default_path); in concat_file_path()
465 else final_path = xmprintf("%s%s", path, default_path); in concat_file_path()
466 return final_path; in concat_file_path()
/external/python/cpython3/Lib/test/
Dtest_ntpath.py710 final_path = nt._getfinalpathname(path)
711 self.assertIsInstance(final_path, str)
712 self.assertGreater(len(final_path), 0)
/external/autotest/server/cros/tradefed/
Dtradefed_test.py1029 for (tradefed_path, final_path) in directory_mapping:
1032 self._safe_makedirs(final_path)
1033 os.symlink(final_path, tradefed_path)