Home | History | Annotate | Download | only in base

Lines Matching full:file_util

5 #include "base/file_util.h"
11 file_util::CreateNewTempDirectory(FILE_PATH_LITERAL("scoped_temp_dir"),
15 EXPECT_TRUE(file_util::DirectoryExists(test_path));
21 EXPECT_FALSE(file_util::DirectoryExists(test_path));
27 EXPECT_TRUE(file_util::DirectoryExists(test_path));
33 EXPECT_TRUE(file_util::DirectoryExists(test_path));
40 EXPECT_FALSE(file_util::DirectoryExists(test_path));
51 EXPECT_TRUE(file_util::DirectoryExists(test_path));
53 EXPECT_TRUE(file_util::GetTempDir(&tmp_dir));
56 EXPECT_FALSE(file_util::DirectoryExists(test_path));