Rename SupplementalProcess to SdkSandbox
Ignore-AOSP-First: code not in AOSP yet
Bug: 220320098
Test: presubmit
Change-Id: I727342675f6817d4dced431b4ef57e909c02eb5a
Merged-In: I727342675f6817d4dced431b4ef57e909c02eb5a
(cherry picked from commit bad7cd0fd7
)
This commit is contained in:
parent
a6f36ae8d0
commit
d302608a07
1 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int fla
|
||||||
|
|
||||||
auto misc_de_path = android::vold::BuildDataMiscDePath(user_id);
|
auto misc_de_path = android::vold::BuildDataMiscDePath(user_id);
|
||||||
if (!prepare_dir_for_user(sehandle, 0771, AID_SYSTEM, AID_SYSTEM,
|
if (!prepare_dir_for_user(sehandle, 0771, AID_SYSTEM, AID_SYSTEM,
|
||||||
misc_de_path + "/supplemental", user_id)) {
|
misc_de_path + "/sdksandbox", user_id)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -210,7 +210,7 @@ static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int fla
|
||||||
|
|
||||||
auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id);
|
auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id);
|
||||||
if (!prepare_dir_for_user(sehandle, 0771, AID_SYSTEM, AID_SYSTEM,
|
if (!prepare_dir_for_user(sehandle, 0771, AID_SYSTEM, AID_SYSTEM,
|
||||||
misc_ce_path + "/supplemental", user_id)) {
|
misc_ce_path + "/sdksandbox", user_id)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue