Home
last modified time | relevance | path

Searched refs:create_data_misc_legacy_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/installd/
H A Dutils.h90 std::string create_data_misc_legacy_path(userid_t userid);
H A Dutils.cpp293 std::string create_data_misc_legacy_path(userid_t userid) { in create_data_misc_legacy_path() function
1171 auto path = create_data_misc_legacy_path(userid); in ensure_config_user_dirs()
H A DInstalldNativeService.cpp2059 path = create_data_misc_legacy_path(userId); in destroyUserData()