Home
last modified time | relevance | path

Searched refs:legacy_path2 (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/init/
H A Dproperty_service.cpp1143 auto legacy_path2 = "/" + partition + "/build.prop"; in PropertyLoadBootDefaults() local
1145 load_properties_from_file(legacy_path2.c_str(), nullptr, &temp); in PropertyLoadBootDefaults()
1162 load_properties_from_file(legacy_path2.c_str(), nullptr, &properties); in PropertyLoadBootDefaults()
1164 LOG(FATAL) << legacy_path1 << " and " << legacy_path2 << " were not loaded " in PropertyLoadBootDefaults()