Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp128 makeFile(control_, mountPath(test_file_name_), 0555, id, in testWriteBlockAndPageRead()
148 const auto file_path = mountPath(test_file_name_); in testWriteBlockAndPageRead()
193 const auto file_path = mountPath(test_file_name_); in testWaitForPendingReads()
235 const auto file_path = mountPath(test_file_name_); in TEST_F()
352 const auto file_path = mountPath(test_dir_name_, test_file_name_); in TEST_F()
381 const auto file_path = mountPath(test_dir_name_, test_file_name_); in TEST_F()
410 makeFile(control_, mountPath(test_file_name_), 0555, id, in TEST_F()
1225 const auto file_path = mountPath(test_file_name_); in TEST_F()
1292 const auto file_path = mountPath(test_file_name_); in TEST_F()
1349 const auto file_path = mountPath(test_file_name_); in TEST_F()
[all …]
/aosp12/system/incremental_delivery/incfs/tests/include/
H A DIncFsTestBase.h108 int res = makeFile(control_, mountPath(test_file_name_), 0555, fileId(id), in makeFileWithHash()
119 inline static const std::string_view test_file_name_ = "test.txt"; variable
/aosp12/system/incremental_delivery/incfs/tests/util/
H A Dmap_ptr_test.cpp41 ASSERT_EQ(0, makeFile(control_, mountPath(test_file_name_), 0555, id, {.size = FILE_SIZE})); in SetUp()
67 mount_path_ = mountPath(test_file_name_); in SetUp()