OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_ext
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_generator/
extent_utils.cc
114
Extent&
last_ext
= new_extents.back();
local
115
if (
last_ext
.start_block() +
last_ext
.num_blocks() ==
118
last_ext
.set_num_blocks(
last_ext
.num_blocks() + curr_ext.num_blocks());
/art/runtime/
oat_file_assistant.cc
385
const size_t
last_ext
= oat_file_location.find_last_of('.');
local
386
if (
last_ext
== std::string::npos) {
390
return oat_file_location.substr(0,
last_ext
) + ".art";
[
all
...]
Completed in 64 milliseconds