OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_data_user_profiles_path
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.h
93
std::string
create_data_user_profiles_path
(userid_t userid);
utils.cpp
205
std::string
create_data_user_profiles_path
(userid_t userid) {
function in namespace:android::installd
211
return StringPrintf("%s/%s",
create_data_user_profiles_path
(user).c_str(), package_name);
[
all
...]
commands.cpp
507
res |= delete_dir_contents_and_dir(
create_data_user_profiles_path
(userid), true);
[
all
...]
Completed in 447 milliseconds