Home
last modified time | relevance | path

Searched defs:out (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp128 fuse_init_out out; in handle_init() local
167 fuse_attr_out out = {}; in handle_getattr() local
187 fuse_entry_out out = {}; in handle_lookup() local
212 fuse_open_out out = {}; in handle_open() local
/bootable/recovery/updater_sample/tools/
Dgen_update_config.py117 def write(self, out): argument
/bootable/recovery/applypatch/
Dapplypatch.cpp70 static bool ReadPartitionToBuffer(const Partition& partition, FileContents* out, in ReadPartitionToBuffer()