/system/vold/ |
D | VolumeManager.cpp | 148 auto disk = new android::vold::Disk( in updateVirtualDisk() local 151 mVirtualDisk = std::shared_ptr<android::vold::Disk>(disk); in updateVirtualDisk() 233 auto disk = in handleBlockEvent() local 235 handleDiskAdded(std::shared_ptr<android::vold::Disk>(disk)); in handleBlockEvent() 257 void VolumeManager::handleDiskAdded(const std::shared_ptr<android::vold::Disk>& disk) { in handleDiskAdded() argument 264 LOG(INFO) << "Found disk at " << disk->getEventPath() in handleDiskAdded() 266 mPendingDisks.push_back(disk); in handleDiskAdded() 268 LOG(INFO) << "Found disk at " << disk->getEventPath() in handleDiskAdded() 270 mPendingDisks.push_back(disk); in handleDiskAdded() 272 disk->create(); in handleDiskAdded() [all …]
|
D | VolumeManager.h | 92 for (const auto& disk : mDisks) { in findVolumeWithFilter() local 93 for (const auto& vol : disk->getVolumes()) { in findVolumeWithFilter() 211 void handleDiskAdded(const std::shared_ptr<android::vold::Disk>& disk);
|
D | VoldNativeService.cpp | 241 auto disk = VolumeManager::Instance()->findDisk(diskId); in partition() local 242 if (disk == nullptr) { in partition() 247 return translate(disk->partitionPublic()); in partition() 249 return translate(disk->partitionPrivate()); in partition() 251 return translate(disk->partitionMixed(ratio)); in partition()
|
/system/update_engine/common/ |
D | utils_unittest.cc | 98 string disk; in TEST() local 101 EXPECT_TRUE(utils::SplitPartitionName("/dev/sda3", &disk, &part_num)); in TEST() 102 EXPECT_EQ("/dev/sda", disk); in TEST() 105 EXPECT_TRUE(utils::SplitPartitionName("/dev/sdp1234", &disk, &part_num)); in TEST() 106 EXPECT_EQ("/dev/sdp", disk); in TEST() 109 EXPECT_TRUE(utils::SplitPartitionName("/dev/mmcblk0p3", &disk, &part_num)); in TEST() 110 EXPECT_EQ("/dev/mmcblk0", disk); in TEST() 113 EXPECT_TRUE(utils::SplitPartitionName("/dev/loop10", &disk, &part_num)); in TEST() 114 EXPECT_EQ("/dev/loop", disk); in TEST() 117 EXPECT_TRUE(utils::SplitPartitionName("/dev/loop28p11", &disk, &part_num)); in TEST() [all …]
|
/system/core/storaged/ |
D | README.properties | 3 ro.storaged.disk_stats_pub # interval storaged publish disk stats, in seconds
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | sgdisk.te | 8 # HDIO_GETGEO needed to get the number of disk heads
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | sgdisk.te | 8 # HDIO_GETGEO needed to get the number of disk heads
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | sgdisk.te | 8 # HDIO_GETGEO needed to get the number of disk heads
|
/system/sepolicy/public/ |
D | sgdisk.te | 8 # HDIO_GETGEO needed to get the number of disk heads
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | adbd.te | 40 # ignore spurious denials for adbd when disk space is low.
|
D | system_server.te | 525 # Access to /data/media for measuring disk usage. 529 # Also used for measuring disk usage.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | adbd.te | 40 # ignore spurious denials for adbd when disk space is low.
|
D | system_server.te | 554 # Access to /data/media for measuring disk usage. 558 # Also used for measuring disk usage.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | adbd.te | 40 # ignore spurious denials for adbd when disk space is low.
|
D | system_server.te | 607 # Access to /data/media for measuring disk usage. 611 # Also used for measuring disk usage.
|
/system/sepolicy/private/ |
D | adbd.te | 40 # ignore spurious denials for adbd when disk space is low.
|
D | system_server.te | 607 # Access to /data/media for measuring disk usage. 611 # Also used for measuring disk usage.
|
/system/update_engine/ |
D | update_metadata.proto | 97 // Data is packed into blocks on disk, always starting from the beginning 104 // In general, files are stored sequentially on disk, so it's more efficient
|
D | README.md | 12 * Updates maintain a workable system that remains on the disk during and after 30 partition. The system doesn’t even need any cache space on the disk,
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 97 // Data is packed into blocks on disk, always starting from the beginning 104 // In general, files are stored sequentially on disk, so it's more efficient
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | system_server.te | 398 # Access to /data/media for measuring disk usage. 402 # Also used for measuring disk usage.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | system_server.te | 426 # Access to /data/media for measuring disk usage. 430 # Also used for measuring disk usage.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | system_server.te | 460 # Access to /data/media for measuring disk usage. 464 # Also used for measuring disk usage.
|
/system/apex/docs/ |
D | README.md | 674 * `reserveSpaceForCompressedApex` - reserves space on the disk that in the
|