Searched refs:CreateAllUnder (Results 1 – 1 of 1) sorted by relevance
95 bool CreateAllUnder(wstring path);189 ASSERT_TRUE(CreateAllUnder(wtest_tmpdir)); in SetUp()199 bool IoWin32Test::CreateAllUnder(wstring path) { in CreateAllUnder() function in google::protobuf::io::win32::__anonc52b8de30111::IoWin32Test215 if (CreateAllUnder(parent) && CreateDirectoryW(path.c_str(), nullptr)) { in CreateAllUnder()