Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.cpp111 Result<std::vector<std::string>> session_paths = ReadDir( in GetSessions() local
117 if (!session_paths.ok()) { in GetSessions()
121 for (const std::string& session_dir_path : *session_paths) { in GetSessions()