Lines Matching full:file_util
23 if (!file_util::PathExists(src_file_path))
27 if (!file_util::DirectoryExists(dest_file_path.DirName()))
35 if (!file_util::PathExists(dest_file_path))
40 bool src_is_directory = file_util::DirectoryExists(src_file_path);
41 bool dest_is_directory = file_util::DirectoryExists(dest_file_path);
57 // the file_util's Copy or Move method doesn't perform overwrite
59 // TODO(kinuko): may be better to change the file_util::{Copy,Move}.
60 if (!file_util::Delete(dest_file_path, false /* recursive */)) {
61 if (!file_util::IsDirectoryEmpty(dest_file_path))
140 if (!file_util::DirectoryExists(file_path_.DirName())) {
184 // TODO(darin): file_util should have a variant of CreateTemporaryFile
186 file_util::CreateTemporaryFile(&file_path_);
268 if (!file_util::DirectoryExists(file_path_.DirName())) {
314 if (!file_util::PathExists(file_path_)) {
318 if (!file_util::Delete(file_path_, recursive_)) {
319 if (!recursive_ && !file_util::IsDirectoryEmpty(file_path_)) {
348 if (!file_util::CopyDirectory(src_file_path_, dest_file_path_,
374 if (!file_util::Move(src_file_path_, dest_file_path_))
398 bool path_exists = file_util::PathExists(file_path_);
400 if (!recursive_ && !file_util::PathExists(file_path_.DirName())) {
409 if (path_exists && !file_util::DirectoryExists(file_path_)) {
413 if (!file_util::CreateDirectory(file_path_))
434 if (!file_util::DirectoryExists(file_path_)) {
439 file_util::FileEnumerator file_enum(
440 file_path_, false, static_cast<file_util::FileEnumerator::FILE_TYPE>(
441 file_util::FileEnumerator::FILES |
442 file_util::FileEnumerator::DIRECTORIES));
446 file_util::FileEnumerator::FindInfo info;
451 entry.name = file_util::FileEnumerator::GetFilename(info).value();
478 if (!file_util::PathExists(file_path_)) {
482 if (!file_util::GetFileInfo(file_path_, &file_info_))
640 if (!file_util::TouchFile(