Home
last modified time | relevance | path

Searched refs:INSTALL_OK (Results 1 – 5 of 5) sorted by relevance

/system/gsid/
Dpartition_installer.cpp55 if (FinishInstall() != IGsiService::INSTALL_OK) { in ~PartitionInstaller()
71 if (finished_status_ != IGsiService::INSTALL_OK) { in FinishInstall()
104 return IGsiService::INSTALL_OK; in StartInstall()
143 return IGsiService::INSTALL_OK; in PerformSanityChecks()
166 return IGsiService::INSTALL_OK; in Preallocate()
321 return IGsiService::INSTALL_OK; in CheckInstallState()
345 return IGsiService::INSTALL_OK; in WipeWritable()
Dgsi_tool.cpp270 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in Install()
276 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in Install()
282 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in Install()
290 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in Install()
305 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in Install()
312 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in Install()
324 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in Install()
405 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in CreatePartition()
412 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in CreatePartition()
434 if (!status.isOk() || error != IGsiService::INSTALL_OK) { in CreatePartition()
[all …]
Dgsi_service.cpp127 return INSTALL_OK; in SaveInstallation()
163 *_aidl_return = INSTALL_OK; in closeInstall()
321 *_aidl_return = INSTALL_OK; in enableGsi()
503 *_aidl_return = INSTALL_OK; in getAvbPublicKey()
891 return INSTALL_OK; in ValidateInstallParams()
942 return IGsiService::INSTALL_OK; in ReenableGsi()
947 return IGsiService::INSTALL_OK; in ReenableGsi()
/system/gsid/aidl/android/gsi/
DIGsiService.aidl33 const int INSTALL_OK = 0; field
/system/core/fs_mgr/
Dfs_mgr_remount.cpp373 !status.isOk() || error != android::gsi::IGsiService::INSTALL_OK) { in do_remount()