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