summaryrefslogtreecommitdiff
path: root/Process.cpp
AgeCommit message (Expand)Author
2023-10-30Verify if pid actually killed for processes with open filesJahdiel Alvarez
2021-05-10Show names of processes killed by KillProcessesWithOpenFiles()Eric Biggers
2021-04-30Only kill apps with storage app data isolation enabledRicky Wai
2021-03-05Avoid killing the FUSE daemon during unmountZim
2020-02-19Mount direct boot apps obb dir after fuse is ready.Ricky Wai
2019-03-26Convert ifstream usage into fopen() to prevent fd leaks into child processesSuren Baghdasaryan
2018-09-18clang-format many files.Paul Crowley
2017-12-20StartsWith now allows std::string prefixes.Elliott Hughes
2017-10-17Move to modern utility methods from android::base.Jeff Sharkey
2017-03-27Enable clang-tidy for security sensitive domain.Jeff Sharkey
2017-03-27Spread around some O_CLOEXEC love.Jeff Sharkey
2016-03-02Cleanup uses of sprintf, add modes to open() with O_CREAT.George Burgess IV
2015-10-21Kill apps using storage through bind mounts.Jeff Sharkey
2015-04-11Exclusive exec() path, format after partition.Jeff Sharkey
2015-03-30Progress towards dynamic storage support.Jeff Sharkey
2015-02-06Change strncpy to strlcpyHenrik Baard
2014-12-18Make vold compile with -Werror -Wall.Tim Murray
2014-09-24print information about opened files when failed unmountjessica_yu
2010-03-25vold: Switch from LOG -> SLOGSan Mehat
2010-02-18Check length of filenames before strcatKenny Root
2010-02-16vold: Refactor Processkiller and add command to return users of a mount pointSan Mehat