Home | History | Annotate | Download | only in files

Lines Matching defs:ScopedTempDir

12 ScopedTempDir::ScopedTempDir() {
15 ScopedTempDir::~ScopedTempDir() {
20 bool ScopedTempDir::CreateUniqueTempDir() {
32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
49 bool ScopedTempDir::Set(const FilePath& path) {
60 bool ScopedTempDir::Delete() {
73 FilePath ScopedTempDir::Take() {
79 bool ScopedTempDir::IsValid() const {