Home
last modified time | relevance | path

Searched defs:FileSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/fastboot/
H A Dvendor_boot_img_utils_test.cpp68 Result<uint64_t> FileSize(borrowed_fd fd, std::filesystem::path path) { in FileSize() function
/aosp12/system/update_engine/common/
H A Dutils.cc371 off_t FileSize(int fd) { in FileSize() function
387 off_t FileSize(const string& path) { in FileSize() function
/aosp12/art/runtime/
H A Doat_file.cc2156 size_t OatDexFile::FileSize() const { in FileSize() function in art::OatDexFile
/aosp12/art/dexlayout/
H A Ddex_ir.h420 uint32_t FileSize() const { return file_size_; } in FileSize() function