HomeSort by relevance Sort by last modified time
    Searched defs:DeleteFile (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
api_util.cc 586 void APIUtil::DeleteFile(const std::string& resource_id,
    [all...]
  /external/chromium_org/base/
file_util_posix.cc 163 bool DeleteFile(const FilePath& path, bool recursive) {
738 DeleteFile(path, false);
903 DeleteFile(from_path, true);
  /external/chromium_org/content/browser/download/
download_item_impl.cc 65 base::DeleteFile(path, false);
615 void DownloadItemImpl::DeleteFile() {
    [all...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 328 return "DeleteFile";
619 Status ChromiumEnv::DeleteFile(const std::string& fname) {
622 if (!::base::DeleteFile(CreateFilePath(fname), false)) {
645 if (!::base::DeleteFile(CreateFilePath(name), false)) {
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 463 virtual Status DeleteFile(const std::string& fname) {
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.cc 603 NativeFileUtil::DeleteFile(dest_local_path))
721 PlatformFileError ObfuscatedFileUtil::DeleteFile(
760 error = NativeFileUtil::DeleteFile(local_path);
894 if (!base::DeleteFile(origin_type_path, true /* recursive */))
928 if (!base::DeleteFile(origin_path, true /* recursive */))
    [all...]

Completed in 85 milliseconds

12