Searched refs:nonexistent_path (Results 1 – 1 of 1) sorted by relevance
42 std::string nonexistent_path = std::string(td.path) + "/nonexistent"; in TEST() local43 ASSERT_EQ(-1, stat(nonexistent_path.c_str(), &st)); in TEST()46 ASSERT_EQ(-1, stat((nonexistent_path + "/").c_str(), &st)); in TEST()50 ASSERT_EQ(-1, stat((nonexistent_path + "\\").c_str(), &st)); in TEST()