HomeSort by relevance Sort by last modified time
    Searched defs:DELETE_SUCCEEDED (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/installer/setup/
uninstall.cc 393 DELETE_SUCCEEDED,
399 // Deletes the given directory if it is empty. Returns DELETE_SUCCEEDED if the
407 return DELETE_SUCCEEDED;
447 return DELETE_SUCCEEDED;
449 DeleteResult result = DELETE_SUCCEEDED;
470 DeleteEmptyDir(user_data_dir) == DELETE_SUCCEEDED) {
515 if (result == DELETE_SUCCEEDED) {
521 if (result == DELETE_SUCCEEDED) {
529 result = DELETE_SUCCEEDED;
544 DeleteResult result = DELETE_SUCCEEDED;
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageManager.java 711 public static final int DELETE_SUCCEEDED = 1;
    [all...]

Completed in 543 milliseconds