Searched refs:block_apex (Results 1 – 1 of 1) sorted by relevance
925 auto block_apex = WriteBlockApex(apex_file, apex_path); in AddBlockApex() local926 if (!block_apex.ok()) { in AddBlockApex()927 PLOG(ERROR) << block_apex.error(); in AddBlockApex()929 block_apexes_.push_back(std::move(*block_apex)); in AddBlockApex()