Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/trusty/apploader/
H A Dapploader.cpp92 static unique_fd read_file(const char* file_name, off64_t* out_file_size) { in read_file()
/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_file.cc321 uint64_t out_file_size = 0; in ReorderDataBlobs() local
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/tracer/
H A Dmod.rs683 let out_file_size = in_file_size; in copy_uncached_files_and_record_from() localVariable
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp1528 void* ImFileLoadToMemory(const char* filename, const char* file_open_mode, size_t* out_file_size, i… in ImFileLoadToMemory()