Home
last modified time | relevance | path

Searched refs:nonexistent_path (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/sysdeps/
Dstat_test.cpp42 std::string nonexistent_path = std::string(td.path) + "/nonexistent"; in TEST() local
43 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()