HomeSort by relevance Sort by last modified time
    Searched refs:DELETE_FAILED (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/installer/setup/
uninstall.h 31 DELETE_FAILED,
38 // DELETE_FAILED if any could not be deleted due to an error.
uninstall.cc 382 // directory is deleted, DELETE_NOT_EMPTY if it is not empty, and DELETE_FAILED
392 return DELETE_FAILED;
437 result = DELETE_FAILED;
522 return DELETE_FAILED; // Nothing else we can do to uninstall, so we return.
531 result = DELETE_FAILED;
544 return DELETE_FAILED; // Nothing else we can do to uninstall, so we return.
593 result = DELETE_FAILED;
    [all...]
  /external/chromium_org/chrome/installer/util/
install_util.h 138 DELETE_FAILED // The condition was satisfied but the delete failed.
install_util.cc 504 ? DELETED : DELETE_FAILED;
531 delete_result = DELETE_FAILED;

Completed in 46 milliseconds