Home | History | Annotate | Download | only in history

Lines Matching refs:file_util

12 #include "base/file_util.h"
239 if (!GetCacheFilePath(&file_path) || !file_util::PathExists(file_path))
242 if (!file_util::ReadFileToString(file_path, &data)) {
284 file_util::ScopedFILE file(file_util::OpenFile(file_path, "w"));
289 if (file_util::WriteFile(file_path, data.c_str(), size) != size) {