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.h84 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.cpp1528 auto refProfilePath = create_primary_ref_profile_dir_path(); in getUserSize()
1592 auto refProfilePath = create_primary_ref_profile_dir_path(); in getUserSize()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp539 EXPECT_EQ("/data/misc/profiles/ref", create_primary_ref_profile_dir_path()); in TEST_F()