/system/extras/checkpoint_gc/ |
D | checkpoint_gc.sh | 41 if [ ! -f /dev/sys/fs/by-name/userdata/gc_urgent ]; then 52 if [ -f /dev/sys/fs/by-name/userdata/unusable ]; then 57 read START < /dev/sys/fs/by-name/userdata/unusable 62 read START < /dev/sys/fs/by-name/userdata/dirty_segments 65 log -pi -t checkpoint_gc Turning on GC for userdata 67 read OLD_SLEEP < /dev/sys/fs/by-name/userdata/gc_urgent_sleep_time || \ 70 echo ${GC_SLEEP} > /dev/sys/fs/by-name/userdata/gc_urgent_sleep_time || \ 74 echo ${GC_TYPE} > /dev/sys/fs/by-name/userdata/gc_urgent \ 78 echo ${GC_TYPE} > /dev/sys/fs/by-name/userdata/gc_urgent || \ 79 { echo ${OLD_SLEEP} > /dev/sys/fs/by-name/userdata/gc_urgent_sleep_time; \ [all …]
|
/system/update_engine/liburing_cpp/include/liburing_cpp/ |
D | IoUringCQE.h | 37 return *reinterpret_cast<const T*>(&userdata); in GetData() 40 constexpr IoUringCQE(int32_t res, uint32_t flags, uint64_t userdata) in IoUringCQE() 41 : res(res), flags(flags), userdata(userdata) {} in IoUringCQE() 44 uint64_t userdata;
|
/system/logging/logd/ |
D | PkgIds.cpp | 51 static bool PackageParseCallback(pkg_info* info, void* userdata) { in PackageParseCallback() argument 52 struct PkgIdMap* global = static_cast<struct PkgIdMap*>(userdata); in PackageParseCallback() 155 } userdata = { in uidToName() local 162 auto userdata = reinterpret_cast<Userdata*>(callback_parameter); in uidToName() local 164 if (info->uid == userdata->uid) { in uidToName() 165 userdata->name = strdup(info->name); in uidToName() 172 &userdata); in uidToName() 174 if (userdata.name != nullptr) { in uidToName() 177 return userdata.name; in uidToName()
|
/system/core/fs_mgr/libfiemap/ |
D | utility.cpp | 82 struct stat userdata, given; in GetDevicePathForFile() local 83 if (!stat(bdev_path.c_str(), &given) && !stat(kUserdataDevice, &userdata)) { in GetDevicePathForFile() 84 if (S_ISBLK(given.st_mode) && S_ISBLK(userdata.st_mode) && in GetDevicePathForFile() 85 given.st_rdev == userdata.st_rdev) { in GetDevicePathForFile()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | gsid.te | 67 # 3. create a dm-linear device using the FIEMAP, targeting /dev/block/by-name/userdata 71 # userdata to reach the underlying block device. To verify the result we use 76 # init. It cannot use userdata since data cannot be decrypted during this 81 # lp_metadata - LpMetadata blob describing the block ranges on userdata
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | gsid.te | 92 # 3. create a dm-linear device using the FIEMAP, targeting /dev/block/by-name/userdata 96 # userdata to reach the underlying block device. To verify the result we use 101 # init. It cannot use userdata since data cannot be decrypted during this 106 # lp_metadata - LpMetadata blob describing the block ranges on userdata
|
D | init.te | 35 # This is useful in case of remounting ext4 userdata into checkpointing mode, 37 # that userdata is mounted onto.
|
/system/sepolicy/public/ |
D | vdc.te | 3 # metadata encryption, and managing userdata checkpointing.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | gsid.te | 112 # 3. create a dm-linear device using the FIEMAP, targeting /dev/block/by-name/userdata 116 # userdata to reach the underlying block device. To verify the result we use 121 # init. It cannot use userdata since data cannot be decrypted during this 126 # lp_metadata - LpMetadata blob describing the block ranges on userdata
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | gsid.te | 105 # 3. create a dm-linear device using the FIEMAP, targeting /dev/block/by-name/userdata 109 # userdata to reach the underlying block device. To verify the result we use 114 # init. It cannot use userdata since data cannot be decrypted during this 119 # lp_metadata - LpMetadata blob describing the block ranges on userdata
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | gsid.te | 112 # 3. create a dm-linear device using the FIEMAP, targeting /dev/block/by-name/userdata 116 # userdata to reach the underlying block device. To verify the result we use 121 # init. It cannot use userdata since data cannot be decrypted during this 126 # lp_metadata - LpMetadata blob describing the block ranges on userdata
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | gsid.te | 112 # 3. create a dm-linear device using the FIEMAP, targeting /dev/block/by-name/userdata 116 # userdata to reach the underlying block device. To verify the result we use 121 # init. It cannot use userdata since data cannot be decrypted during this 126 # lp_metadata - LpMetadata blob describing the block ranges on userdata
|
/system/sepolicy/private/ |
D | gsid.te | 112 # 3. create a dm-linear device using the FIEMAP, targeting /dev/block/by-name/userdata 116 # userdata to reach the underlying block device. To verify the result we use 121 # init. It cannot use userdata since data cannot be decrypted during this 126 # lp_metadata - LpMetadata blob describing the block ranges on userdata
|
D | uncrypt.te | 33 # Access userdata block device.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | gsid.te | 105 # 3. create a dm-linear device using the FIEMAP, targeting /dev/block/by-name/userdata 109 # userdata to reach the underlying block device. To verify the result we use 114 # init. It cannot use userdata since data cannot be decrypted during this 119 # lp_metadata - LpMetadata blob describing the block ranges on userdata
|
/system/core/run-as/ |
D | run-as.cpp | 63 static bool packagelist_parse_callback(pkg_info* this_package, void* userdata) { in packagelist_parse_callback() argument 64 pkg_info* p = reinterpret_cast<pkg_info*>(userdata); in packagelist_parse_callback()
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | vdc.te | 3 # metadata encryption, and managing userdata checkpointing.
|
D | uncrypt.te | 30 # Access userdata block device.
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | vdc.te | 3 # metadata encryption, and managing userdata checkpointing.
|
D | uncrypt.te | 30 # Access userdata block device.
|
/system/sepolicy/prebuilts/api/202404/public/ |
D | vdc.te | 3 # metadata encryption, and managing userdata checkpointing.
|
/system/extras/simpleperf/simpleperf_app_runner/ |
D | simpleperf_app_runner.cpp | 66 static bool PackageListParseCallback(pkg_info* info, void* userdata) { in PackageListParseCallback() argument 67 PackageListCallbackArg* arg = static_cast<PackageListCallbackArg*>(userdata); in PackageListParseCallback()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | uncrypt.te | 33 # Access userdata block device.
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | uncrypt.te | 30 # Access userdata block device.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | uncrypt.te | 30 # Access userdata block device.
|