Home
last modified time | relevance | path

Searched refs:final_path (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
H A 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()
/third_party/python/Lib/test/
H A Dtest_ntpath.py886 final_path = nt._getfinalpathname(path)
887 self.assertIsInstance(final_path, str)
888 self.assertGreater(len(final_path), 0)

Completed in 4 milliseconds