Searched refs:kDebugRamdiskProp (Results 1 – 3 of 3) sorted by relevance
22 constexpr const char kDebugRamdiskProp[] = "/debug_ramdisk/adb_debug.prop"; variable
293 if (!fs::copy_file("/adb_debug.prop", kDebugRamdiskProp, ec) || in FirstStageMain()
951 if (access(kDebugRamdiskProp, R_OK) == 0) { in PropertyLoadBootDefaults()952 LOG(INFO) << "Loading " << kDebugRamdiskProp; in PropertyLoadBootDefaults()953 load_properties_from_file(kDebugRamdiskProp, nullptr, &properties); in PropertyLoadBootDefaults()