Home
last modified time | relevance | path

Searched defs:load_file (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libcutils/
H A Dload_file.cpp24 void *load_file(const char *fn, unsigned *_sz) in load_file() function
/aosp14/system/core/libmodprobe/
H A Dlibmodprobe.cpp318 Modprobe::Modprobe(const std::vector<std::string>& base_paths, const std::string load_file, in Modprobe()
/aosp14/system/core/fastboot/
H A Dvendor_boot_img_utils.cpp165 [[nodiscard]] Result<std::string> load_file(android::base::borrowed_fd fd, uint64_t expected_size, in load_file() function