Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot.h54 FB_BUFFER_FD, enumerator
H A Dfastboot.cpp1066 buf->type = FB_BUFFER_FD; in load_buf_fd()
1266 case FB_BUFFER_FD: in flash_buf()
1465 if (buf->type != FB_BUFFER_FD) { in repack_ramdisk()
2535 if (!load_buf(filename.c_str(), &buf) || buf.type != FB_BUFFER_FD) { in Main()