Lines Matching +full:early +full:- +full:boot
8 * http://www.apache.org/licenses/LICENSE-2.0
31 #include "android-base/logging.h"
62 // Version bytes are: AAA.BBB|CCCCC - the format version is AAA.BBB
66 // Version bytes are: AAA.BBB|CCCCC - the format major version is AAA
69 // Version bytes are: AAA.BBB|CCCCC - the format major version is AAA
72 // Version bytes are: AAA.BBB|CCCCC - the format major version is AAA
75 // Version bytes are: AAA.BBB|CCCCC - the format minor version is BBB
78 // Version bytes are: AAA.BBB|CCCCC - the IANA rules version is CCCCC
82 // Version bytes are: AAA.BBB|CCCCC - the rules version is CCCCC
249 // Create an empty directory with the temporary name. For this we need a non-const char*. in deleteDir()
259 if (rc == -1) { in deleteDir()
269 if (rc == -1) { in deleteDir()
303 // delete the staged operation so it will be retried next boot unless overridden. in handleStagedUninstall()
365 if (rc == -1) { in handleStagedInstall()
380 // Exit early for the common case. in processStagedOperation()
453 // directory so we do not check for errors and do not quit early. in main()