Searched defs:GetFileSize (Results 1 – 9 of 9) sorted by relevance
32 Result<uint64_t> GetFileSize(int fd) { in GetFileSize() function
32 ssize_t MemoryFileSystem::GetFileSize(const std::string& fileName) const { in GetFileSize() function in android::hardware::drm::V1_4::clearkey::MemoryFileSystem
244 ssize_t DeviceFiles::GetFileSize(const std::string& fileName) const { in GetFileSize() function in android::hardware::drm::V1_4::clearkey::DeviceFiles
355 inline android::base::Result<uintmax_t> GetFileSize( in GetFileSize() function
53 Result<uint32_t> GetFileSize(const std::string& path) { in GetFileSize() function
228 uint64_t GetFileSize(const std::string& filename) { in GetFileSize() function
226 static uint64_t GetFileSize(const std::string& file_path) { in GetFileSize() function
632 TEST_P(StorageServiceTest, GetFileSize) { in TEST_P() argument
254 uint32_t GetFileSize() const { in GetFileSize() function in art::ProfileCompilationInfo::FileSectionInfo