Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_vold
Commits
d322c2a2
Commit
d322c2a2
authored
9 years ago
by
Jeff Sharkey
Browse files
Options
Download
Email Patches
Plain Diff
Create user_de on adopted storage devices.
Bug: 25676430 Change-Id: I22064789a608f13af2dddf740769969d4e4dcbe7
parent
5512c50c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
PrivateVolume.cpp
PrivateVolume.cpp
+1
-0
No files found.
PrivateVolume.cpp
View file @
d322c2a2
...
...
@@ -158,6 +158,7 @@ status_t PrivateVolume::doMount() {
// Verify that common directories are ready to roll
if
(
PrepareDir
(
mPath
+
"/app"
,
0771
,
AID_SYSTEM
,
AID_SYSTEM
)
||
PrepareDir
(
mPath
+
"/user"
,
0711
,
AID_SYSTEM
,
AID_SYSTEM
)
||
PrepareDir
(
mPath
+
"/user_de"
,
0711
,
AID_SYSTEM
,
AID_SYSTEM
)
||
PrepareDir
(
mPath
+
"/media"
,
0770
,
AID_MEDIA_RW
,
AID_MEDIA_RW
)
||
PrepareDir
(
mPath
+
"/media/0"
,
0770
,
AID_MEDIA_RW
,
AID_MEDIA_RW
)
||
PrepareDir
(
mPath
+
"/local"
,
0751
,
AID_ROOT
,
AID_ROOT
)
||
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment