Home
last modified time | relevance | path

Searched refs:FindFilesInDir (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/tests/unit/
Dapplypatch_test.cpp162 static std::vector<std::string> FindFilesInDir(const std::string& dirname) { in FindFilesInDir() function in FreeCacheTest
202 std::vector<std::string> files = FindFilesInDir(dirname); in MockFreeSpaceChecker()
216 ASSERT_EQ(files, FindFilesInDir(mock_cache.path)); in TEST_F()
221 ASSERT_EQ(std::vector<std::string>{ "file3" }, FindFilesInDir(mock_cache.path)); in TEST_F()
228 ASSERT_EQ(files, FindFilesInDir(mock_cache.path)); in TEST_F()
238 ASSERT_EQ(files, FindFilesInDir(mock_cache.path)); in TEST_F()
247 ASSERT_EQ(std::vector<std::string>{ "file1" }, FindFilesInDir(mock_cache.path)); in TEST_F()
260 ASSERT_EQ(expected, FindFilesInDir(mock_log_dir.path)); in TEST_F()
275 ASSERT_EQ(expected, FindFilesInDir(mock_log_dir.path)); in TEST_F()
289 ASSERT_EQ(expected, FindFilesInDir(mock_log_dir.path)); in TEST_F()