| /system/core/fs_mgr/ |
| Android.bp | 37 include_dirs: ["system/vold"],
|
| /system/extras/tests/mmc_tracepoints/ |
| README | 26 invoking fstrim in vold with "vdc fstrim dotrim".
|
| /system/vold/fs/ |
| Ext4.cpp | 38 #define LOG_TAG "Vold" 57 namespace vold { namespace in namespace:android 182 if (android::base::GetBoolProperty("vold.has_quota", false)) { 202 } // namespace vold
|
| /system/vold/model/ |
| PrivateVolume.cpp | 42 namespace vold { namespace in namespace:android 49 mRawDevPath = StringPrintf("/dev/block/vold/%s", getId().c_str()); 74 // Recover from stale vold by tearing down any old mappings 213 } // namespace vold
|
| Disk.h | 28 namespace vold { namespace in namespace:android 118 } // namespace vold
|
| EmulatedVolume.cpp | 37 namespace vold { namespace in namespace:android 150 } // namespace vold
|
| VolumeBase.h | 31 namespace vold { namespace in namespace:android 152 } // namespace vold
|
| /system/vold/tests/ |
| Utils_test.cpp | 22 namespace vold { namespace in namespace:android
|
| /system/vold/ |
| wait_for_keymaster.cpp | 30 android::vold::Keymaster keymaster;
|
| Android.bp | 145 name: "vold", 162 "vold.rc",
|
| FileDeviceUtils.cpp | 40 namespace vold { namespace in namespace:android 97 } // namespace vold
|
| Process.cpp | 45 namespace vold { namespace in namespace:android 124 } // namespace vold
|
| VoldNativeService.cpp | 46 namespace vold { namespace in namespace:android 208 out << "vold is happy!" << endl; 391 android::vold::Benchmark(path, listener); 404 return translate(android::vold::CheckEncryption(path)); 423 android::vold::MoveStorage(fromVol, toVol, listener); 476 android::vold::Trim(listener); 487 android::vold::RunIdleMaint(listener); 498 android::vold::AbortIdleMaint(listener); 529 // Spawn as thread so init can issue commands back to vold without 577 // Spawn as thread so init can issue commands back to vold withou [all...] |
| VoldNativeService.h | 26 namespace vold { namespace in namespace:android 31 static char const* getServiceName() { return "vold"; } 118 } // namespace vold
|
| cryptfs.cpp | 91 #define BREADCRUMB_FILE "/data/misc/vold/convert_fde" 216 * we have to use a daemon or similar to store the password. Since vold [all...] |
| MetadataCrypt.cpp | 50 using android::vold::KeyBuffer; 88 if (!android::vold::retrieveKey(create_if_absent, dir, temp, key)) return false; 94 if (android::vold::StrToHex(key, hex_key) != android::OK) {
|
| /system/core/rootdir/ |
| asan_extract.sh | 34 VOLD_STATUS=$(getprop vold.decrypt) 36 log -p i -t asan_install "Pre-decrypt FDE detected (by vold property)!"
|
| init.rc | 373 mkdir /metadata/vold 374 chmod 0700 /metadata/vold 392 start vold 452 mkdir /data/misc/vold 0700 root root 555 # Set indication (checked by vold) that we have finished this action 556 #setprop vold.post_fs_data_done 1 690 on property:vold.decrypt=trigger_reset_main 693 on property:vold.decrypt=trigger_load_persist_props 698 on property:vold.decrypt=trigger_post_fs_data 702 on property:vold.decrypt=trigger_restart_min_framewor [all...] |
| /system/extras/ext4_utils/include/ext4_utils/ |
| ext4_utils.h | 130 int bitmap_get_bit(u8 *bitmap, u32 bit); // vold 135 int read_ext(int fd, int verbose); // vold
|
| /system/sepolicy/prebuilts/api/28.0/private/ |
| statsd.te | 113 neverallow { domain -statsd -system_server -init -vold } stats_data_file:file *; 116 neverallow { domain -statsd -system_server -init -vold } stats_data_file:dir *;
|
| /system/sepolicy/private/ |
| statsd.te | 113 neverallow { domain -statsd -system_server -init -vold } stats_data_file:file *; 116 neverallow { domain -statsd -system_server -init -vold } stats_data_file:dir *;
|
| /system/sepolicy/prebuilts/api/26.0/private/ |
| platform_app.te | 35 # Direct access to vold-mounted storage under /mnt/media_rw
|
| system_app.te | 22 # Access to vold-mounted storage for measuring free space
|
| /system/sepolicy/prebuilts/api/27.0/private/ |
| system_app.te | 25 # Access to vold-mounted storage for measuring free space
|
| /frameworks/base/core/java/android/os/storage/ |
| IStorageManager.aidl | 112 * path belongs to a volume managed by vold, and that path is either 122 * Get password from vold 127 * Securely clear password from vold
|