Searched refs:status (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/ |
D | adb_install.cpp | 97 int status; in apply_from_adb() local 101 if (waitpid(child, &status, WNOHANG) != 0) { in apply_from_adb() 131 waitpid(child, &status, 0); in apply_from_adb() 134 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { in apply_from_adb() 135 if (WEXITSTATUS(status) == 3) { in apply_from_adb() 137 } else if (!WIFSIGNALED(status)) { in apply_from_adb() 138 ui->Print("\n(adbd status %d)\n", WEXITSTATUS(status)); in apply_from_adb()
|
D | recovery.cpp | 201 if (boot.status[0] != 0 && boot.status[0] != 255) { in get_args() 202 LOGI("Boot status: %.*s\n", (int)sizeof(boot.status), boot.status); in get_args() 827 prompt_and_wait(Device* device, int status) { in prompt_and_wait() argument 832 switch (status) { in prompt_and_wait() 886 int status = install_package(FUSE_SIDELOAD_HOST_PATHNAME, &wipe_cache, in prompt_and_wait() local 892 if (status == INSTALL_SUCCESS && wipe_cache) { in prompt_and_wait() 901 if (status >= 0) { in prompt_and_wait() 902 if (status != INSTALL_SUCCESS) { in prompt_and_wait() 923 status = apply_from_adb(ui, &wipe_cache, TEMPORARY_INSTALL_FILE); in prompt_and_wait() 924 if (status >= 0) { in prompt_and_wait() [all …]
|
D | install.cpp | 174 int status; in try_update_binary() local 175 waitpid(pid, &status, 0); in try_update_binary() 176 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { in try_update_binary() 177 LOGE("Error in %s\n(Status %d)\n", path, WEXITSTATUS(status)); in try_update_binary()
|
D | roots.cpp | 158 int status; in exec_cmd() local 164 waitpid(child, &status, 0); in exec_cmd() 165 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { in exec_cmd() 166 LOGE("%s failed with status %d\n", path, WEXITSTATUS(status)); in exec_cmd() 168 return WEXITSTATUS(status); in exec_cmd()
|
D | bootloader.h | 49 char status[32]; member
|
/bootable/recovery/updater/ |
D | install.c | 252 int status; in exec_cmd() local 258 waitpid(child, &status, 0); in exec_cmd() 259 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { in exec_cmd() 260 printf("%s failed with status %d\n", path, WEXITSTATUS(status)); in exec_cmd() 262 return WEXITSTATUS(status); in exec_cmd() 337 int status = make_ext4fs(location, atoll(fs_size), mount_point, sehandle); in FormatFn() local 338 if (status != 0) { in FormatFn() 340 name, status, location); in FormatFn() 354 int status = exec_cmd(f2fs_path, (char* const*)f2fs_argv); in FormatFn() local 356 if (status != 0) { in FormatFn() [all …]
|
D | NOTICE | 255 of preserving the free status of all derivatives of our free software and
|