Lines Matching full:vold
91 #define BREADCRUMB_FILE "/data/misc/vold/convert_fde"
216 * we have to use a daemon or similar to store the password. Since vold
1463 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGTERM);
1466 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGKILL);
1477 android::vold::KillProcessesWithOpenFiles(mountpoint, 0);
1487 // NOTE: post_fs_data results in init calling back around to vold, so all
1491 property_set("vold.post_fs_data_done", "0");
1492 property_set("vold.decrypt", "trigger_post_fs_data");
1496 while (!android::base::WaitForProperty("vold.post_fs_data_done",
1500 SLOGE("waited 15s for vold.post_fs_data_done, still waiting...");
1528 if (property_set("vold.decrypt", "trigger_post_fs_data")) {
1533 if (property_set("vold.decrypt", "trigger_restart_min_framework")) {
1561 * as core includes vold
1572 /* The init files are setup to stop the class main when vold.decrypt is
1575 property_set("vold.decrypt", "trigger_reset_main");
1654 property_set("vold.decrypt", "trigger_load_persist_props");
1657 property_set("vold.decrypt", "trigger_restart_framework");
1873 * Called by vold when it's asked to mount an encrypted external
1912 * Called by vold when it's asked to unmount an encrypted external
2120 /* The size of the userdata partition, and add in the vold volumes below */
2139 property_set("vold.encrypt_progress", "100");
2243 * vold sets trigger_shutdown_framework.
2245 property_set("vold.decrypt", "trigger_shutdown_framework");
2248 /* Ask vold to unmount all devices that it manages */
2250 SLOGE("Failed to unmount all vold managed devices");
2277 property_set("vold.encrypt_progress", "0");
2357 property_set("vold.decrypt", "trigger_restart_min_framework");
2424 property_set("vold.decrypt", "trigger_shutdown_framework");
2426 property_set("vold.encrypt_progress", "");
2444 property_get("ro.vold.wipe_on_crypt_fail", value, "0");
2458 property_set("vold.encrypt_progress", "error_partially_encrypted");
2468 property_set("vold.encrypt_progress", "error_reboot_failed");
2473 property_set("vold.encrypt_progress", "error_not_encrypted");
2482 * vold to restart the system.
2488 property_set("vold.encrypt_progress", "error_shutting_down");
2875 property_set("vold.decrypt", "trigger_restart_min_framework");
2888 property_set("vold.decrypt", "trigger_restart_min_framework");