Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp1147 unique_fd subdir_fd(openat(dir_fd, name.c_str(), in collect_profiles() local
1149 if (subdir_fd < 0) { in collect_profiles()
1155 DIR* subdir = Fdopendir(std::move(subdir_fd)); in collect_profiles()