Searched refs:filepath (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc50 static bool FileExists(const char* filepath) { argument
52 return Stat(filepath, &stat) == 0;
116 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); local
117 if (filepath != NULL && *filepath != '\0') {
118 if (PrematureExitTest::FileExists(filepath)) {
121 filepath);
H A Dgtest-filepath_test.cc32 // Google Test filepath utilities
41 #include "gtest/internal/gtest-filepath.h"
76 FilePath filepath(path);
78 filepath.RemoveTrailingPathSeparator().c_str());
/gem5/ext/testlib/
H A Duid.py62 def from_suite(self, suite, filepath):
63 return SuiteUID(filepath, suite.name)
66 def from_test(self, test, filepath):
67 return TestUID(filepath, test.name, test.parent_suite.name)
H A Dloader.py94 def default_filepath_filter(filepath):
96 filepath = os.path.basename(filepath)
97 if default_filepath_regex.match(filepath):
99 return not filepath.startswith('.')
102 def path_as_modulename(filepath):
103 '''Return the given filepath as a module name.'''
105 return os.path.splitext(os.path.basename(filepath))[0]
107 def path_as_suitename(filepath):
108 return os.path.split(os.path.dirname(os.path.abspath((filepath))))[
[all...]
/gem5/configs/common/
H A DSysPaths.py66 filepath = os.path.join(self._subdir, filename)
67 paths = (os.path.join(p, filepath) for p in self._sys_paths)
/gem5/src/mem/
H A Dphysical.cc342 string filepath = CheckpointIn::dir() + "/" + filename.c_str(); local
343 gzFile compressed_mem = gzopen(filepath.c_str(), "wb");
406 string filepath = cp.cptDir + "/" + filename; local
409 gzFile compressed_mem = gzopen(filepath.c_str(), "rb");
/gem5/ext/googletest/googletest/
H A DMakefile.am24 src/gtest-filepath.cc \
202 include/gtest/internal/gtest-filepath.h \

Completed in 11 milliseconds