Searched refs:mapped_file_path (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 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() 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() 1470 ASSERT_FALSE(getBlockCount(control_, mapped_file_path)); in TEST_F() 1483 ASSERT_FALSE(getBlockCount(control_, mapped_file_path)); in TEST_F() [all …]
|