OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:find_item_given_name
(Results
1 - 1
of
1
) sorted by null
/system/core/fastboot/
fastboot.cpp
137
static std::string
find_item_given_name
(const char* img_name) {
function
148
return
find_item_given_name
(images[i].img_name);
152
if (item == "userdata") return
find_item_given_name
("userdata.img");
153
if (item == "cache") return
find_item_given_name
("cache.img");
[
all
...]
Completed in 130 milliseconds