HomeSort by relevance Sort by last modified time
    Searched refs:last_ext (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_generator/
extent_utils.cc 105 Extent& last_ext = new_extents.back(); local
106 if (last_ext.start_block() + last_ext.num_blocks() ==
109 last_ext.set_num_blocks(last_ext.num_blocks() + curr_ext.num_blocks());
  /art/runtime/base/
file_utils.cc 309 const size_t last_ext = filename.find_last_of('.'); local
310 if (last_ext == std::string::npos) {
313 return filename.substr(0, last_ext + 1) + new_extension;

Completed in 527 milliseconds