Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libvbmeta/
H A Dutility.cpp32 Result<uint64_t> GetFileSize(int fd) { in GetFileSize() function
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DMemoryFileSystem.cpp32 ssize_t MemoryFileSystem::GetFileSize(const std::string& fileName) const { in GetFileSize() function in android::hardware::drm::V1_4::clearkey::MemoryFileSystem
H A DDeviceFiles.cpp244 ssize_t DeviceFiles::GetFileSize(const std::string& fileName) const { in GetFileSize() function in android::hardware::drm::V1_4::clearkey::DeviceFiles
/aosp12/system/apex/apexd/
H A Dapexd_utils.h355 inline android::base::Result<uintmax_t> GetFileSize( in GetFileSize() function
/aosp12/packages/modules/Virtualization/microdroid/signature/
H A Dmk_payload.cc53 Result<uint32_t> GetFileSize(const std::string& path) { in GetFileSize() function
/aosp12/system/extras/simpleperf/
H A Dutils.cpp228 uint64_t GetFileSize(const std::string& filename) { in GetFileSize() function
/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp226 static uint64_t GetFileSize(const std::string& file_path) { in GetFileSize() function
/aosp12/system/core/trusty/storage/tests/
H A Dmain.cpp632 TEST_P(StorageServiceTest, GetFileSize) { in TEST_P() argument
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc254 uint32_t GetFileSize() const { in GetFileSize() function in art::ProfileCompilationInfo::FileSectionInfo