Searched refs:mapped_file_path (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 390 const auto mapped_file_path = mountPath(test_dir_name_, test_mapped_file_name_); in TEST_F() local 391 ASSERT_FALSE(exists(mapped_file_path)); in TEST_F() 393 makeMappedFile(control_, mapped_file_path, 0111, in TEST_F() 398 ASSERT_EQ(0, stat(mapped_file_path.c_str(), &s)); in TEST_F() 404 ASSERT_EQ(kIncFsInvalidFileId, getFileId(control_, mapped_file_path)); in TEST_F() 1451 const auto mapped_file_path = mountPath(test_dir_name_, test_mapped_file_name_); in TEST_F() local 1452 ASSERT_FALSE(exists(mapped_file_path)); in TEST_F() 1454 makeMappedFile(control_, mapped_file_path, 0111, in TEST_F() 1459 ASSERT_EQ(0, stat(mapped_file_path.c_str(), &s)); in TEST_F() 1465 ASSERT_EQ((LoadingState)-ENOTSUP, isFullyLoaded(control_, mapped_file_path)); in TEST_F() [all …]
|