Home | History | Annotate | Download | only in base

Lines Matching refs:directory_contents

855   FilePath directory_contents = temp_dir_.path();
856 directory_contents = directory_contents.Append(FPL("*"));
859 EXPECT_TRUE(DeleteFile(directory_contents, false));
864 EXPECT_TRUE(DeleteFile(directory_contents, true));
878 FilePath directory_contents = subdir_path;
879 directory_contents = directory_contents.Append(FPL("*"));
882 EXPECT_TRUE(DeleteFile(directory_contents, false));
886 EXPECT_TRUE(DeleteFile(directory_contents, true));