Searched refs:test_file_name_ (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 128 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 D | IncFsTestBase.h | 108 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 D | map_ptr_test.cpp | 41 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()
|