OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_known_users
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.h
97
std::vector<userid_t>
get_known_users
(const char* volume_uuid);
commands.cpp
270
std::vector<userid_t> users =
get_known_users
(/*volume_uuid*/ nullptr);
337
std::vector<userid_t> users =
get_known_users
(/*volume_uuid*/ nullptr);
366
std::vector<userid_t> users =
get_known_users
(from_uuid);
538
auto users =
get_known_users
(uuid);
[
all
...]
utils.cpp
219
std::vector<userid_t>
get_known_users
(const char* volume_uuid) {
function in namespace:android::installd
[
all
...]
Completed in 73 milliseconds