Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_blob_store/
H A Dflat_file_system_entry_test.cc112 FlatFileSystemBlobStoreEntry blob_store_file( in TEST_F() local
115 StatusWithSize sws = blob_store_file.Name(tmp_buffer); in TEST_F()
121 EXPECT_EQ(kWrittenDataSizeBytes, blob_store_file.SizeBytes()); in TEST_F()
122 EXPECT_EQ(kExpectedPermissions, blob_store_file.Permissions()); in TEST_F()
123 EXPECT_EQ(kExpectedFileId, blob_store_file.FileId()); in TEST_F()
137 FlatFileSystemBlobStoreEntry blob_store_file( in TEST_F() local
140 ASSERT_EQ(OkStatus(), blob_store_file.Delete()); in TEST_F()
157 FlatFileSystemBlobStoreEntry blob_store_file( in TEST_F() local
161 StatusWithSize sws = blob_store_file.Name(tmp_buffer); in TEST_F()