OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTALL_SUCCESS
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
install.h
26
enum {
INSTALL_SUCCESS
, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE };
27
// Install the package specified by root_path. If
INSTALL_SUCCESS
is
install.cpp
175
return
INSTALL_SUCCESS
;
247
fputc(result ==
INSTALL_SUCCESS
? '1' : '0', install_log);
recovery.cpp
780
case
INSTALL_SUCCESS
:
818
if (status ==
INSTALL_SUCCESS
&& wipe_cache) {
827
if (status !=
INSTALL_SUCCESS
) {
841
if (status ==
INSTALL_SUCCESS
&& wipe_cache) {
850
if (status !=
INSTALL_SUCCESS
) {
864
if (status !=
INSTALL_SUCCESS
) {
[
all
...]
Completed in 698 milliseconds