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.h92 std::string create_primary_ref_profile_dir_path();
Dutils.cpp259 std::string create_primary_ref_profile_dir_path() { in create_primary_ref_profile_dir_path() function
DInstalldNativeService.cpp2022 auto refProfilePath = create_primary_ref_profile_dir_path(); in getUserSize()
2075 auto refProfilePath = create_primary_ref_profile_dir_path(); in getUserSize()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp376 EXPECT_EQ("/data/misc/profiles/ref", create_primary_ref_profile_dir_path()); in TEST_F()