OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_data_user_profile_package_path
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.h
94
std::string
create_data_user_profile_package_path
(userid_t user, const char* package_name);
commands.cpp
148
const std::string profile_path =
create_data_user_profile_package_path
(userid, pkgname);
263
std::string profile_dir =
create_data_user_profile_package_path
(user, pkgname);
331
create_data_user_profile_package_path
(userid, pkgname),
[
all
...]
utils.cpp
209
std::string
create_data_user_profile_package_path
(userid_t user, const char* package_name) {
function in namespace:android::installd
[
all
...]
Completed in 57 milliseconds