Home | History | Annotate | Download | only in test

Lines Matching full:path

71     # We want the trailing '/' that the last "" provides in os.path.join, for
74 self.output_dir_ = os.path.join(tempfile.mkdtemp(), "")
82 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
86 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
101 gtest_prog_path = os.path.join(gtest_test_utils.GetBuildDir(),
114 output_file1 = os.path.join(self.output_dir_, output_file_name1)
116 output_file2 = os.path.join(self.output_dir_, output_file_name2)
117 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
121 if os.path.isfile(output_file1):