Home
last modified time | relevance | path

Searched defs:header_fd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openscreen/tools/cddl/
H A Dmain.cc126 int header_fd = open(header_filename.c_str(), O_CREAT | O_TRUNC | O_WRONLY, in main() local
/aosp_15_r20/external/icing/icing/schema/
H A Dschema-store.h161 ScopedFd header_fd, const Filesystem* filesystem) in Header()