Home
last modified time | relevance | path

Searched refs:image_fd (Results 1 - 3 of 3) sorted by relevance

/base/update/packaging_tools/
H A Dunpack_updater_package.py172 image_fd = os.open(image_file_path, os.O_RDWR | os.O_CREAT | os.O_TRUNC, 0o755)
173 with os.fdopen(image_fd, "wb") as image_file:
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dnapi_inner_scan.h97 uint32_t image_fd = 0; member
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp467 context->image_fd = fd; in GetSingleFrameFD()
477 context->scannerId, context->frameSize, context->image_fd); in GetSingleFrameFD()

Completed in 3 milliseconds