Home
last modified time | relevance | path

Searched refs:load_fd (Results 1 – 1 of 1) sorted by relevance

/system/core/fastboot/
Dfastboot.cpp159 static void* load_fd(int fd, int64_t* sz) { in load_fd() function
187 return load_fd(fd, sz); in load_file()
800 void* data = load_fd(fd, &sz); in load_buf_fd()