Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/libappfuse/
H A DFuseBuffer.cc40 bool CheckHeaderLength(const FuseMessage<T>* self, const char* name, size_t max_size) { in CheckHeaderLength()
88 size_t max_size) { in WriteInternal()
179 bool FuseMessage<T>::WriteWithBody(int fd, size_t max_size, const void* data) const { in WriteWithBody()
/aosp14/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h203 uint64_t max_size; member
/aosp14/system/core/trusty/storage/proxy/
H A Dstorage.c566 uint64_t max_size = 0; in storage_file_get_max_size() local
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp156 static inline bool skipBytes(borrowed_fd fd, int* max_size) { in skipBytes()
168 int max_size = INCFS_MAX_SIGNATURE_SIZE - sizeof(version); in skipIdSigHeaders() local
/aosp14/system/core/fastboot/
H A Dfastboot.cpp972 std::vector<SparsePtr> resparse_file(sparse_file* s, int64_t max_size) { in resparse_file()
991 static std::vector<SparsePtr> load_sparse_files(int fd, int64_t max_size) { in load_sparse_files()