Home
last modified time | relevance | path

Searched defs:GetFileSize (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/libvbmeta/
H A Dutility.cpp32 Result<uint64_t> GetFileSize(int fd) { in GetFileSize() function
/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp226 static uint64_t GetFileSize(const std::string& file_path) { in GetFileSize() function
/aosp14/system/core/trusty/storage/tests/
H A Dmain.cpp632 TEST_P(StorageServiceTest, GetFileSize) { in TEST_P() argument