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.py106 final_path = os.path.abspath(output_file_name)
107 return final_path
135 final_path = os.path.abspath(output_file_name)
136 return final_path
Doutput_generator_unittest.py58 final_path = output_generator.GenerateHTMLOutput(trace_results,
66 os.remove(final_path)
/external/python/cpython3/Lib/test/
Dtest_ntpath.py451 final_path = nt._getfinalpathname(path)
452 self.assertIsInstance(final_path, str)
453 self.assertGreater(len(final_path), 0)
/external/toybox/toys/pending/
Ddiff.c452 char *final_path; in concat_file_path() local
456 final_path = xmprintf("%s%s", path, default_path); in concat_file_path()
459 final_path = xmprintf("%s/%s", path, default_path); in concat_file_path()
460 else final_path = xmprintf("%s%s", path, default_path); in concat_file_path()
461 return final_path; in concat_file_path()
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils_test.py826 final_path = final_export_strategy.export(test_estimator, export_model_dir,
828 self.assertEqual(os.path.join(export_model_dir, "rewrite"), final_path)
856 final_path = final_export_strategy.export(test_estimator, export_model_dir,
858 self.assertEqual(os.path.join(export_model_dir, "rewrite"), final_path)
/external/autotest/server/cros/
Dtradefed_test.py935 for (tradefed_path, final_path) in directory_mapping:
938 self._safe_makedirs(final_path)
939 os.symlink(final_path, tradefed_path)