Searched refs:kDebugRamdiskProp (Results 1 – 3 of 3) sorted by relevance
22 constexpr const char kDebugRamdiskProp[] = "/debug_ramdisk/adb_debug.prop"; variable
337 !fs::copy_file(adb_debug_prop_src, kDebugRamdiskProp, ec)) { in FirstStageMain()338 LOG(WARNING) << "Can't copy " << adb_debug_prop_src << " to " << kDebugRamdiskProp in FirstStageMain()
1087 if (access(kDebugRamdiskProp, R_OK) == 0) { in PropertyLoadBootDefaults()1088 LOG(INFO) << "Loading " << kDebugRamdiskProp; in PropertyLoadBootDefaults()1089 load_properties_from_file(kDebugRamdiskProp, nullptr, &properties); in PropertyLoadBootDefaults()