Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
fd695a61c13c38de16c921fef0f3bb3b32c13be7
/
cmds
/
installd
/
InstalldNativeService.cpp
76268c5
Use std::string for profile operations instead of const char
by Calin Juravle
· 8 years ago
35c8465
Installd: Clean up code related to foreign dex use
by Calin Juravle
· 8 years ago
c9eab38
[Installd] Clean up logic for secondary dex oat files
by Calin Juravle
· 9 years ago
80a2125
Add installd logic for compiling secondary dex files
by Calin Juravle
· 9 years ago
76ddaeb
Fix two bugs in external storage accounting.
by Jeff Sharkey
· 9 years ago
7bf5b95
Measure external storage using new GIDs.
by Jeff Sharkey
· 9 years ago
88ddd94
First pass at updated cache clearing logic.
by Jeff Sharkey
· 9 years ago
466459b
Add systrace details to storage measurements.
by Jeff Sharkey
· 9 years ago
66b1a12
Handle devices without quota, speed up lookup.
by Jeff Sharkey
· 9 years ago
7a9059e
Wrap all installd operations in lock.
by Jeff Sharkey
· 9 years ago
24ef15b
Mask st_mode before comparing it.
by Jeff Sharkey
· 9 years ago
7823e12
Replace cutils/log.h and rationalize log/log.h and android/log.h
by Mark Salyzyn
· 9 years ago
df2d754
Methods to calculate user and external disk usage.
by Jeff Sharkey
· 9 years ago
adddd98
Reference profiles use shared GID for user 0.
by Jeff Sharkey
· 9 years ago
3dfae0c
Offer to measure disk stats using quotas.
by Jeff Sharkey
· 9 years ago
35b83df
Only log restorecon changes for existing dirs.
by Jeff Sharkey
· 9 years ago
36a900a
Remove ~1/3 of the installd calls at boot.
by Jeff Sharkey
· 9 years ago
2e6dc9b
Handle invalid shared GIDs.
by Jeff Sharkey
· 9 years ago
90aff26
Split all dexopt-related code into dexopt.cpp.
by Jeff Sharkey
· 9 years ago
7be5ead
Minor shuffling of installd error reporting.
by Jeff Sharkey
· 9 years ago
423e746
Return real error strings from installd.
by Jeff Sharkey
· 9 years ago
f3e30b9
Filename refactoring, remove DEXOPT_OTA flag.
by Jeff Sharkey
· 9 years ago
[Renamed (99%) from cmds/installd/commands.cpp]
6c2c056
Final push of installd to Binder; goodbye socket!
by Jeff Sharkey
· 9 years ago
475c6f9
Yet another set of installd Binder methods.
by Jeff Sharkey
· 9 years ago
c1e93e7
Move more installd methods to Binder.
by Jeff Sharkey
· 9 years ago
ecea1bf
Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD
by Bill Yi
· 9 years ago
0274c97
Shuffle installd Binder implementation around.
by Jeff Sharkey
· 9 years ago
95d9ac6
DO NOT MERGE. Check and restorecon cache/code_cache directories.
by Jeff Sharkey
· 9 years ago
7db6041
DO NOT MERGE. Recursively restorecon when SELinux label changes.
by Jeff Sharkey
· 9 years ago
9a998f4
DO NOT MERGE. Record "cache" inodes to clear while CE is locked.
by Jeff Sharkey
· 9 years ago
f118868
Merge "Adjust installd with new dexopt return values." am: b29c82b67e
by Nicolas Geoffray
· 9 years ago
920c60c
Adjust installd with new dexopt return values.
by Nicolas Geoffray
· 9 years ago
45cee75
Merge "Revert "Revert "Pass --output-vdex-fd and input-vdex-fd to dex2oat."""
by Nicolas Geoffray
· 9 years ago
53caf0d
Revert "Revert "Pass --output-vdex-fd and input-vdex-fd to dex2oat.""
by Nicolas Geoffray
· 9 years ago
d5417da
Merge "Revert "Pass --output-vdex-fd and input-vdex-fd to dex2oat.""
by Nicolas Geoffray
· 9 years ago
5373d30
Revert "Pass --output-vdex-fd and input-vdex-fd to dex2oat."
by Nicolas Geoffray
· 9 years ago
6da66c1
Merge "Pass --output-vdex-fd and input-vdex-fd to dex2oat." am: 229d3c289b
by Nicolas Geoffray
· 9 years ago
196539e
Pass --output-vdex-fd and input-vdex-fd to dex2oat.
by Nicolas Geoffray
· 9 years ago
b31206b
Installd: Add a delete_odex command
by Andreas Gampe
· 9 years ago
e5eb9cc
Recursively restorecon when SELinux label changes. am: 993de79607 am: 59d31b669b
by Jeff Sharkey
· 9 years ago
993de79
Recursively restorecon when SELinux label changes.
by Jeff Sharkey
· 9 years ago
592c72e
Installd: Add a delete_odex command am: 3964da0636 am: 3ca30f7a5d
by Andreas Gampe
· 9 years ago
3ca30f7
Installd: Add a delete_odex command am: 3964da0636
by Andreas Gampe
· 9 years ago
a721fae
Merge "Installd: Add a delete_odex command" into nyc-mr1-dev
by Andreas Gampe
· 9 years ago
3964da0
Installd: Add a delete_odex command
by Andreas Gampe
· 9 years ago
c338c7f
resolve merge conflicts of 8ef0ace to nyc-mr1-dev-plus-aosp
by David Brazdil
· 9 years ago
00464fa
Unlink app image if copy fails for A/B OTA am: a029c0726d am: 0e9b53d870
by Mathieu Chartier
· 9 years ago
a029c07
Unlink app image if copy fails for A/B OTA
by Mathieu Chartier
· 9 years ago
fc5934e
installd: Create VDEX files and pass their FDs to dex2oat
by David Brazdil
· 9 years ago
d948343
Merge "Revert "Don't use profiles with vm safe mode"" am: 60e97a4bd4 am: 6636101423
by Mathieu Chartier
· 9 years ago
18f908b
Revert "Don't use profiles with vm safe mode"
by Mathieu Chartier
· 9 years ago
f513d77
Don't use profiles with vm safe mode
by Mathieu Chartier
· 9 years ago
fd12eda
Otapreopt: Try to mount vendor partition for A/B OTA
by Andreas Gampe
· 9 years ago
d089ca1
Otapreopt: Implement new A/B OTA path
by Andreas Gampe
· 9 years ago
a5cc10a
Installd: Add support for dex2oat very-large-app property
by Andreas Gampe
· 9 years ago
ab15dbf
Installd: Move app image A/B artifact
by Andreas Gampe
· 9 years ago
69b93aa
Installd: Fix bad merge
by Andreas Gampe
· 9 years ago
89b008d
Installd: Change app image name computation
by Andreas Gampe
· 9 years ago
6fb5a01
Installd: Refactor dexopt to scoped file descriptor
by Andreas Gampe
· 9 years ago
548bdb9
Otapreopt: Fix after shared-library work
by Andreas Gampe
· 9 years ago
fdddd1b
Don't use profiles with vm safe mode am: d46d37b8d4 am: cc772f3f63
by Mathieu Chartier
· 9 years ago
d46d37b
Don't use profiles with vm safe mode
by Mathieu Chartier
· 9 years ago
dfd98f9
Merge \"Record \"cache\" inodes to clear while CE is locked.\" into nyc-mr1-dev
by Jeff Sharkey
· 9 years ago
1f6a7f1
Record "cache" inodes to clear while CE is locked.
by Jeff Sharkey
· 9 years ago
aee2a63
Otapreopt: Try to mount vendor partition for A/B OTA am: 0ba073ce81
by Andreas Gampe
· 9 years ago
0ba073c
Otapreopt: Try to mount vendor partition for A/B OTA
by Andreas Gampe
· 9 years ago
946e2bd
Merge changes from topic \'ab_ota_dexopt_target_slot\' into nyc-mr1-dev
by Andreas Gampe
· 9 years ago
84932f8
Merge changes from topic 'ab_ota_dexopt_target_slot' into nyc-mr1-dev
by Andreas Gampe
· 9 years ago
0354bd0
Otapreopt: Implement new A/B OTA path
by Andreas Gampe
· 9 years ago
9fe2488
Merge \"Installd: Add support for dex2oat very-large-app property\" into nyc-mr1-dev
by Andreas Gampe
· 9 years ago
e21ac21
Installd: Add support for dex2oat very-large-app property
by Andreas Gampe
· 9 years ago
6d7a78b
Merge \"Installd: Move app image A/B artifact\" into nyc-mr1-dev am: e4ad0055a8
by Andreas Gampe
· 9 years ago
bc4e455
Merge \"Installd: Change app image name computation\" into nyc-mr1-dev
by Andreas Gampe
· 9 years ago
af8948d
Installd: Move app image A/B artifact
by Andreas Gampe
· 9 years ago
2fc9381
Merge "Installd: Change app image name computation" into nyc-mr1-dev
by TreeHugger Robot
· 9 years ago
7feaca4
Installd: Fix bad merge am: f065032f53
by Andreas Gampe
· 9 years ago
f065032
Installd: Fix bad merge
by Andreas Gampe
· 9 years ago
dbbc252
Installd: Refactor dexopt to scoped file descriptor am: afa58d175c
by Andreas Gampe
· 9 years ago
d01a02c
Installd: Change app image name computation
by Andreas Gampe
· 9 years ago
afa58d1
Installd: Refactor dexopt to scoped file descriptor
by Andreas Gampe
· 9 years ago
e802eee
Merge "Enable profman pretty printing" into nyc-dev am: 572e23d761
by David Sehr
· 9 years ago
09c6c75
Merge "Enable profman pretty printing" into nyc-dev am: 572e23d761
by David Sehr
· 9 years ago
1ddf4d8
Merge "Enable profman pretty printing" into nyc-dev am: 572e23d761
by David Sehr
· 9 years ago
40e566d
Enable profman pretty printing
by David Sehr
· 9 years ago
d6b4cb2
Merge "Otapreopt: Fix after shared-library work" into nyc-mr1-dev am: 3dfafe3891
by Andreas Gampe
· 9 years ago
aef445d
Otapreopt: Fix after shared-library work
by Andreas Gampe
· 9 years ago
8b31d72
Merge "Create primary profile file together with app data folders" into nyc-dev
by Calin Juravle
· 9 years ago
d25aab3
Merge "Create primary profile file together with app data folders" into nyc-dev
by Calin Juravle
· 9 years ago
eed4df8
installd support for profman --dump-info-for am: 6727c2d0bf
by David Sehr
· 9 years ago
6727c2d
installd support for profman --dump-info-for
by David Sehr
· 9 years ago
bc56e7d
Create primary profile file together with app data folders
by Calin Juravle
· 9 years ago
c7f903c
Merge "Move both CE/DE storage areas to adopted storage." into nyc-dev
by Jeff Sharkey
· 9 years ago
b72f355
Merge "Search both CE/DE storage when clearing caches." into nyc-dev
by Jeff Sharkey
· 9 years ago
51c9449
Move both CE/DE storage areas to adopted storage.
by Jeff Sharkey
· 9 years ago
54e292e
Search both CE/DE storage when clearing caches.
by Jeff Sharkey
· 9 years ago
5d411b5
Merge "installd: remove spammy warning for non-existent profile dirs." into nyc-dev
by Narayan Kamath
· 9 years ago
2e063af
installd: remove spammy warning for non-existent profile dirs.
by Narayan Kamath
· 9 years ago
b2287e1
Merge "Support to pass <uses-library> option through to dex2oat." into nyc-dev
by Jeff Hao
· 9 years ago
b63d91f
Support to pass <uses-library> option through to dex2oat.
by Jeff Hao
· 9 years ago
155cdf1
Merge "Consistent creation/destruction of user data." into nyc-dev am: 82784bb
by Jeff Sharkey
· 9 years ago
Next »