Ninja
Public Member Functions | Public Attributes | List of all members
ScopedTempDir Struct Reference

#include <test.h>

Public Member Functions

void Cleanup ()
 Clean up the temporary directory. More...
 
void CreateAndEnter (const string &name)
 Create a temporary directory and chdir into it. More...
 

Public Attributes

string start_dir_
 The temp directory containing our dir. More...
 
string temp_dir_name_
 The subdirectory name for our dir, or empty if it hasn't been set up. More...
 

Detailed Description

Definition at line 171 of file test.h.

Member Function Documentation

◆ Cleanup()

void ScopedTempDir::Cleanup ( )

Clean up the temporary directory.

Definition at line 218 of file test.cc.

References Fatal(), start_dir_, and temp_dir_name_.

Referenced by BuildWithDepsLogTest::TearDown().

◆ CreateAndEnter()

void ScopedTempDir::CreateAndEnter ( const string &  name)

Create a temporary directory and chdir into it.

Definition at line 196 of file test.cc.

References Fatal(), start_dir_, and temp_dir_name_.

Referenced by BuildWithDepsLogTest::SetUp().

Member Data Documentation

◆ start_dir_

string ScopedTempDir::start_dir_

The temp directory containing our dir.

Definition at line 179 of file test.h.

Referenced by Cleanup(), and CreateAndEnter().

◆ temp_dir_name_

string ScopedTempDir::temp_dir_name_

The subdirectory name for our dir, or empty if it hasn't been set up.

Definition at line 181 of file test.h.

Referenced by Cleanup(), and CreateAndEnter().


The documentation for this struct was generated from the following files: