Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dinstalld_constants.h26 constexpr const char* PRIMARY_USER_PREFIX = "data/"; variable
Dutils.cpp251 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1) in create_move_path()
256 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf); in create_move_path()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp325 std::string prefix = std::string(TEST_DATA_DIR) + PRIMARY_USER_PREFIX; in TEST_F()
365 + PRIMARY_USER_PREFIX in TEST_F()