HomeSort by relevance Sort by last modified time
    Searched full:num_removed (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 343 int num_removed = db.delete(APPID_TABLE_NAME, where, null); local
346 if (LOCAL_LOGV) Log.v(LOG_TAG, "deleted " + num_removed + " rows:"
349 return num_removed > 0;
  /external/llvm/lib/Support/
PathV2.cpp 894 error_code remove_all(const Twine &path, uint32_t &num_removed) {
901 num_removed = 0;
902 return remove_all_r(p, fs.type(), num_removed);
  /external/llvm/include/llvm/Support/
FileSystem.h 243 /// @param num_removed Number of files removed.
244 /// @results errc::success if path has been removed and num_removed has been
246 error_code remove_all(const Twine &path, uint32_t &num_removed);

Completed in 1016 milliseconds