OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_android_dt_value_expected
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
util.h
63
bool
is_android_dt_value_expected
(const std::string& sub_path, const std::string& expected_content);
init_first_stage.cpp
110
return
is_android_dt_value_expected
("vbmeta/compatible", "android,vbmeta");
487
if (!
is_android_dt_value_expected
("fstab/compatible", "android,fstab")) {
util.cpp
408
bool
is_android_dt_value_expected
(const std::string& sub_path, const std::string& expected_content) {
function in namespace:android::init
init.cpp
394
if (!
is_android_dt_value_expected
("compatible", "android,firmware")) {
Completed in 553 milliseconds