Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/include/
H A Dfile_ex.h130 bool FileExists(const std::string& fileName);
/commonlibrary/c_utils/base/src/
H A Dfile_ex.cpp91 return FileExists(tmpName); in RustFileExists()
352 bool FileExists(const string& fileName) in FileExists() function
H A Dmapped_file.cpp73 if (!FileExists(path_)) { in NormalizeSize()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_file_test.cpp707 EXPECT_TRUE(FileExists(filepath)); in HWTEST_F()
708 EXPECT_FALSE(FileExists(filepath1)); in HWTEST_F()
H A Dutils_mapped_file_test.cpp367 ASSERT_TRUE(FileExists(filename)); in HWTEST_F()
428 ASSERT_TRUE(FileExists(filename)); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/
H A Dfile_benchmark_test.cpp876 AssertTrue((FileExists(filepath)), "FileExists(filepath) did not equal true as expected.", state); in BENCHMARK_F()
877 AssertFalse((FileExists(filepath1)), "FileExists(filepath1) did not equal false as expected.", state); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H A Dmapped_benchmark_test.cpp234 AssertTrue((FileExists(filename)), "FileExists(filename) did not equal true as expected.", state); in BENCHMARK_F()
297 AssertTrue((FileExists(filename)), "FileExists(filename) did not equal true as expected.", state); in BENCHMARK_F()

Completed in 9 milliseconds