Home
last modified time | relevance | path

Searched refs:create_primary_ref_profile_dir_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/installd/
H A Dutils.h102 std::string create_primary_ref_profile_dir_path();
H A Dutils.cpp308 std::string create_primary_ref_profile_dir_path() { in create_primary_ref_profile_dir_path() function
H A DInstalldNativeService.cpp2869 auto refProfilePath = create_primary_ref_profile_dir_path(); in getUserSize()
2924 auto refProfilePath = create_primary_ref_profile_dir_path(); in getUserSize()
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp384 EXPECT_EQ("/data/misc/profiles/ref", create_primary_ref_profile_dir_path()); in TEST_F()