Home | History | Annotate | Download | only in memory

Lines Matching refs:file_util

5 #include "base/file_util.h"
12 file_util::CreateNewTempDirectory(FILE_PATH_LITERAL("scoped_temp_dir"),
16 EXPECT_TRUE(file_util::DirectoryExists(test_path));
22 EXPECT_FALSE(file_util::DirectoryExists(test_path));
28 EXPECT_TRUE(file_util::DirectoryExists(test_path));
34 EXPECT_TRUE(file_util::DirectoryExists(test_path));
41 EXPECT_FALSE(file_util::DirectoryExists(test_path));
52 EXPECT_TRUE(file_util::DirectoryExists(test_path));
54 EXPECT_TRUE(file_util::GetTempDir(&tmp_dir));
57 EXPECT_FALSE(file_util::DirectoryExists(test_path));
63 file_util::CreateNewTempDirectory(FILE_PATH_LITERAL("base_dir"),
71 EXPECT_TRUE(file_util::DirectoryExists(test_path));
75 EXPECT_FALSE(file_util::DirectoryExists(test_path));