OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
391
// directory is deleted, DELETE_NOT_EMPTY if it is not empty, and
DELETE_FAILED
401
return
DELETE_FAILED
;
451
result =
DELETE_FAILED
;
530
return
DELETE_FAILED
; // Nothing else we can do to uninstall, so we return.
539
result =
DELETE_FAILED
;
552
return
DELETE_FAILED
; // Nothing else we can do to uninstall, so we return.
603
result =
DELETE_FAILED
;
[
all
...]
/external/chromium_org/chrome/installer/util/
install_util.h
135
DELETE_FAILED
// The condition was satisfied but the delete failed.
install_util.cc
487
? DELETED :
DELETE_FAILED
;
512
delete_result =
DELETE_FAILED
;
Completed in 62 milliseconds