OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_data_user_de_path
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.h
80
std::string
create_data_user_de_path
(const char* volume_uuid, userid_t userid);
commands.cpp
429
auto to =
create_data_user_de_path
(to_uuid, user);
504
res |= delete_dir_contents_and_dir(
create_data_user_de_path
(uuid, userid), true);
541
add_cache_files(cache,
create_data_user_de_path
(uuid, user));
[
all
...]
utils.cpp
133
create_data_user_de_path
(volume_uuid, user).c_str(), package_name);
189
std::string
create_data_user_de_path
(const char* volume_uuid, userid_t userid) {
function in namespace:android::installd
[
all
...]
Completed in 36 milliseconds