Searched refs:final_path (Results 1 – 6 of 6) 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/llvm-project/lldb/tools/driver/ |
D | Driver.cpp | 141 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/ |
D | diff.c | 457 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/ |
D | test_ntpath.py | 710 final_path = nt._getfinalpathname(path) 711 self.assertIsInstance(final_path, str) 712 self.assertGreater(len(final_path), 0)
|
/external/autotest/server/cros/tradefed/ |
D | tradefed_test.py | 1029 for (tradefed_path, final_path) in directory_mapping: 1032 self._safe_makedirs(final_path) 1033 os.symlink(final_path, tradefed_path)
|