No description
Find a file
Paul Lawrence b2292f0a2c am c78c71b1: (-s ours) DO NOT MERGE Check password is correct by checking hash
* commit 'c78c71b1717613a5be921bbb8ac63c007d4af86a':
  DO NOT MERGE Check password is correct by checking hash
2015-06-01 15:38:09 +00:00
bench Initial pass at storage benchmarks. 2015-05-15 10:48:11 -07:00
tests Remove superfluous OpenSSL include paths. 2015-01-22 16:45:28 -08:00
Android.mk am 5a6bfca1: Initial pass at storage benchmarks. 2015-05-15 22:22:33 +00:00
Asec.h Add in ext4 support for ASEC containers 2012-04-25 14:15:15 -07:00
Benchmark.cpp Fully sync filesystem before time measurements. 2015-05-19 11:20:48 -07:00
Benchmark.h Initial pass at storage benchmarks. 2015-05-15 10:48:11 -07:00
BenchmarkGen.h Initial pass at storage benchmarks. 2015-05-15 10:48:11 -07:00
CheckBattery.cpp Make vold compile with -Werror -Wall. 2014-12-18 00:21:21 +00:00
CheckBattery.h On low power turn off rather than rebooting to allow device to charge 2014-06-09 15:15:32 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:05:25 -08:00
CommandListener.cpp am 5a6bfca1: Initial pass at storage benchmarks. 2015-05-15 22:22:33 +00:00
CommandListener.h Progress towards dynamic storage support. 2015-03-30 19:46:31 -07:00
cryptfs.c am 86ddbbf4: Merge "Delete password as per block encryption" 2015-05-07 16:16:12 +00:00
cryptfs.h am b32ebf30: Merge "Retry unmounts in ext4 encryption" 2015-05-06 23:47:54 +00:00
Devmapper.cpp Exclusive exec() path, format after partition. 2015-04-11 08:48:13 -07:00
Devmapper.h vold: Bugfixes & cleanups 2010-03-13 16:42:19 -08:00
Disk.cpp Scan failure still means we finished scan. 2015-04-28 21:17:43 -07:00
Disk.h Initial pass at storage benchmarks. 2015-05-15 10:48:11 -07:00
EmulatedVolume.cpp Report internal path for public volumes. 2015-05-13 12:36:48 -07:00
EmulatedVolume.h Emulated volumes above private volumes. 2015-04-12 16:03:40 -07:00
Ext4.cpp Exclusive exec() path, format after partition. 2015-04-11 08:48:13 -07:00
Ext4.h Support for private (adopted) volumes. 2015-04-01 10:45:05 -07:00
Ext4Crypt.cpp Add vold commands for setting up per-user encrypted user 2015-05-13 10:17:14 +01:00
Ext4Crypt.h Add vold commands for setting up per-user encrypted user 2015-05-13 10:17:14 +01:00
Fat.cpp Exclusive exec() path, format after partition. 2015-04-11 08:48:13 -07:00
Fat.h vold: Add an optional wipe paramter to the volume format command 2013-06-12 18:42:02 -07:00
fstrim.c fstrim: Don't double trim mountpoints with alternative fs types. 2015-03-16 15:07:59 -07:00
fstrim.h fstrim: prep for supporting a deep trim ioctl 2014-07-29 15:39:06 -07:00
hash.h vold: Bugfixes & cleanups 2010-03-13 16:42:19 -08:00
Loop.cpp Exclusive exec() path, format after partition. 2015-04-11 08:48:13 -07:00
Loop.h Fixed type mismatch for ioctl(BLKGETSIZE) 2015-03-30 11:28:11 -07:00
main.cpp Offer debug flag to force default primary. 2015-05-19 15:54:15 -07:00
MoveTask.cpp Migrate primary external storage. 2015-04-24 16:08:07 -07:00
MoveTask.h Migrate primary external storage. 2015-04-24 16:08:07 -07:00
NetlinkHandler.cpp Remove obsolete code for monitoring USB status 2011-06-07 08:34:08 -07:00
NetlinkHandler.h system: vold2: Initial skeleton for vold2. 2009-10-10 17:57:51 -07:00
NetlinkManager.cpp Progress towards dynamic storage support. 2015-03-30 19:46:31 -07:00
NetlinkManager.h system: vold2: Initial skeleton for vold2. 2009-10-10 17:57:51 -07:00
PrivateVolume.cpp Migrate primary external storage. 2015-04-24 16:08:07 -07:00
PrivateVolume.h Support for private (adopted) volumes. 2015-04-01 10:45:05 -07:00
Process.cpp Exclusive exec() path, format after partition. 2015-04-11 08:48:13 -07:00
Process.h Progress towards dynamic storage support. 2015-03-30 19:46:31 -07:00
PublicVolume.cpp Report internal path for public volumes. 2015-05-13 12:36:48 -07:00
PublicVolume.h Support for private (adopted) volumes. 2015-04-01 10:45:05 -07:00
ResponseCode.cpp vold: Switch from LOG -> SLOG 2010-03-25 08:02:28 -07:00
ResponseCode.h Initial pass at storage benchmarks. 2015-05-15 10:48:11 -07:00
sehandle.h Set SELinux contexts on device nodes created by vold. 2014-09-30 15:35:28 -04:00
Utils.cpp Don't use TEMP_FAILURE_RETRY on close in vold. 2015-05-15 18:34:24 -07:00
Utils.h Migrate primary external storage. 2015-04-24 16:08:07 -07:00
vdc.cpp Make vdc a C++ file as a base for further improvement. 2015-05-06 12:41:10 +01:00
VoldCommand.cpp system: vold2: Initial skeleton for vold2. 2009-10-10 17:57:51 -07:00
VoldCommand.h system: vold2: Initial skeleton for vold2. 2009-10-10 17:57:51 -07:00
VoldUtil.c Fixed type mismatch for ioctl(BLKGETSIZE) 2015-03-30 11:28:11 -07:00
VoldUtil.h Fixed type mismatch for ioctl(BLKGETSIZE) 2015-03-30 11:28:11 -07:00
VolumeBase.cpp Migrate primary external storage. 2015-04-24 16:08:07 -07:00
VolumeBase.h Migrate primary external storage. 2015-04-24 16:08:07 -07:00
VolumeManager.cpp Initial pass at storage benchmarks. 2015-05-15 10:48:11 -07:00
VolumeManager.h Initial pass at storage benchmarks. 2015-05-15 10:48:11 -07:00