Searched defs:dirp (Results 1 – 3 of 3) sorted by relevance
37 void addDirectoryEntriesFromLowerFs(DIR* dirp, bool (*const filter)(const dirent&), in addDirectoryEntriesFromLowerFs()
374 uid_t uid, const string& path, DIR* dirp) { in GetDirectoryEntries()
383 std::unique_ptr<DIR, decltype(&closedir)> dirp(opendir(GATT_HASH_PATH), in bta_gattc_hash_remove_least_recently_used_if_possible() local