Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h79 std::string create_primary_ref_profile_dir_path();
Dutils.cpp226 std::string create_primary_ref_profile_dir_path() { in create_primary_ref_profile_dir_path() function
DInstalldNativeService.cpp1616 auto refProfilePath = create_primary_ref_profile_dir_path(); in getUserSize()
1680 auto refProfilePath = create_primary_ref_profile_dir_path(); in getUserSize()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp366 EXPECT_EQ("/data/misc/profiles/ref", create_primary_ref_profile_dir_path()); in TEST_F()