Lines Matching refs:directory
34 // Test fixture to restore the working directory between each test, since some
100 // directory that is automatically set when the test executable is launched.
103 // The test will fail if the top level directory is not named "trunk".
119 // Tests setting the current working directory to a directory three levels
138 // Tests with current working directory set to a directory higher up in the
139 // directory tree than the project root dir. This case shall return a specified
140 // error string as a directory (which will be an invalid path).
157 std::string directory = "fileutils-unittest-empty-dir";
159 std::remove(directory.c_str());
160 ASSERT_TRUE(webrtc::test::CreateDirectory(directory));
161 std::remove(directory.c_str());