Searched refs:load_file (Results 1 – 14 of 14) sorted by relevance
/system/libufdt/tests/src/ |
D | ufdt_overlay_test_app.c | 34 base_buf = load_file(base_filename, &blob_len); in apply_overlay_files() 41 overlay_buf = load_file(overlay_filename, &overlay_len); in apply_overlay_files()
|
D | fdt_overlay_test_app.c | 33 base_buf = load_file(base_filename, &base_len); in apply_overlay_files() 40 overlay_buf = load_file(overlay_filename, &overlay_len); in apply_overlay_files()
|
D | util.h | 22 char *load_file(const char *filename, size_t *len_ptr);
|
D | util.c | 48 char *load_file(const char *filename, size_t *len_ptr) { in load_file() function
|
D | extract_dtb.c | 101 buf = load_file(in_filename, &buf_size); in extract_dtbs()
|
/system/core/libcutils/include/cutils/ |
D | misc.h | 29 extern void *load_file(const char *fn, unsigned *sz);
|
/system/core/libcutils/include_outside_system/cutils/ |
D | misc.h | 29 extern void *load_file(const char *fn, unsigned *sz);
|
/system/core/libcutils/ |
D | load_file.cpp | 24 void *load_file(const char *fn, unsigned *_sz) in load_file() function
|
D | config_utils.cpp | 313 char* data = static_cast<char*>(load_file(fn, nullptr)); in config_load_file()
|
D | Android.bp | 161 "load_file.cpp",
|
/system/core/libmodprobe/include/modprobe/ |
D | modprobe.h | 27 Modprobe(const std::vector<std::string>&, const std::string load_file = "modules.load",
|
/system/core/fastboot/ |
D | vendor_boot_img_utils.cpp | 162 [[nodiscard]] Result<std::string> load_file(android::base::borrowed_fd fd, uint64_t expected_size, in load_file() function 406 auto vendor_boot = load_file(vendor_boot_fd, vendor_boot_size, "vendor boot"); in replace_vendor_ramdisk() 408 auto new_ramdisk = load_file(new_ramdisk_fd, new_ramdisk_size, "new vendor ramdisk"); in replace_vendor_ramdisk()
|
/system/libufdt/utils/src/ |
D | mkdtimg_core.c | 105 static char *load_file(const char *filename, size_t *len_ptr) { in load_file() function 203 fdt = load_file(fdt_info->filename, &fdt_file_size); in output_img_entry()
|
/system/core/libmodprobe/ |
D | libmodprobe.cpp | 316 Modprobe::Modprobe(const std::vector<std::string>& base_paths, const std::string load_file, in Modprobe() argument 332 ParseCfg(base_path + "/" + load_file, load_callback); in Modprobe()
|