Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp2505 std::unique_ptr<DIR, decltype(&closedir)> dir_h(opendir("/data/tombstones"), closedir); in CheckForTombstone() local
2506 ASSERT_TRUE(dir_h != nullptr); in CheckForTombstone()
2508 while ((entry = readdir(dir_h.get())) != nullptr) { in CheckForTombstone()