Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dbuild_api.cc149 using UniqueDir = std::unique_ptr<DIR, CloseDir>; typedef
154 auto dir = UniqueDir(opendir(path.c_str())); in Artifacts()