Searched defs:info_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc869 const base::FilePath info_path = local
872 if (IsPathTooLong(info_path))
877 if (!GetFileSize(info_path, &file_size) || file_size > max_json_len)
884 base::File file(info_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
901 base::DeleteFile(info_path, false);
910 const base::FilePath info_path = local
912 if (IsPathTooLong(info_path))
920 base::File file(info_path,

Completed in 43 milliseconds