Home | History | Annotate | Download | only in base

Lines Matching refs:directory_contents

690   FilePath directory_contents = temp_dir_.path();
691 directory_contents = directory_contents.Append(FPL("*"));
694 EXPECT_TRUE(file_util::Delete(directory_contents, false));
699 EXPECT_TRUE(file_util::Delete(directory_contents, true));
713 FilePath directory_contents = subdir_path;
714 directory_contents = directory_contents.Append(FPL("*"));
717 EXPECT_TRUE(file_util::Delete(directory_contents, false));
721 EXPECT_TRUE(file_util::Delete(directory_contents, true));