Searched refs:file_path (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-filepath_test.cc546 FilePath file_path(FilePath::GenerateUniqueFileName(testdata_path_,
548 EXPECT_EQ(unique_file0_.string(), file_path.string());
549 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there
552 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there
553 CreateTextFile(file_path.c_str());
554 EXPECT_TRUE(file_path.FileOrDirectoryExists());
H A Dgtest_unittest.cc6426 internal::FilePath file_path(internal::FilePath::GenerateUniqueFileName(
6428 FILE* f = testing::internal::posix::FOpen(file_path.c_str(), "w");
6431 return file_path;
/gem5/util/
H A Dstyle.py134 files = [ repo.file_path(f) for f in added + modified ]
/gem5/util/style/
H A Drepo.py50 def file_path(self, fname): member in class:AbstractRepo
82 with open(self.file_path(name), "r") as f:
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py836 file_path = argv[-1]
837 output_str = ConvertFromPumpSource(file(file_path, 'r').read())
838 if file_path.endswith('.pump'):
839 output_file_path = file_path[:-5]
848 (os.path.basename(__file__), os.path.basename(file_path)))

Completed in 36 milliseconds