Searched defs:read_keys (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dadb_auth_host.cpp201 static bool read_keys(const std::string& path, bool allow_dir = true) { function
202 LOG(INFO) << "read_keys '" << path << "'...";
378 read_keys(path, false);
430 read_keys(path.c_str());

Completed in 25 milliseconds