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

/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp373 off_t dangling = wrapper_bc_size_ & 3; local
374 if (dangling) {
375 return outfile_->Write((const uint8_t*) "\0\0\0\0", 4 - dangling);

Completed in 74 milliseconds