Searched refs:space (Results 1 – 3 of 3) sorted by relevance
345 uint8_t space[kReservedSize]; in CheckReservedSystemSpaceEmpty() local346 if (!ReadMiscPartitionSystemSpace(&space, kReservedSize, sizeof(misc_system_space_layout), err)) { in CheckReservedSystemSpaceEmpty()350 *empty = space[0] == 0 && 0 == memcmp(space, space + 1, kReservedSize - 1); in CheckReservedSystemSpaceEmpty()353 *err = android::base::HexString(space, kReservedSize); in CheckReservedSystemSpaceEmpty()
526 size_t space = line.find_first_of(" \n"); in TryUpdateBinary() local527 std::string command(line.substr(0, space)); in TryUpdateBinary()531 std::string args = space == std::string::npos ? "" : android::base::Trim(line.substr(space)); in TryUpdateBinary()
40 entry, which takes up the majority of the space in an OTA package, will be