Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dproperty_service.cpp1044 auto legacy_path2 = "/" + partition + "/build.prop"; in PropertyLoadBootDefaults() local
1046 load_properties_from_file(legacy_path2.c_str(), nullptr, &temp); in PropertyLoadBootDefaults()
1063 load_properties_from_file(legacy_path2.c_str(), nullptr, &properties); in PropertyLoadBootDefaults()
1065 LOG(FATAL) << legacy_path1 << " and " << legacy_path2 << " were not loaded " in PropertyLoadBootDefaults()