Searched refs:SECONDARY_USER_PREFIX (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld.h57 #define SECONDARY_USER_PREFIX "user/" macro
H A Dinstalld.cpp420 char *user_data_dir = build_string2(android_data_dir.path, SECONDARY_USER_PREFIX);
424 char *primary_data_dir = build_string3(android_data_dir.path, SECONDARY_USER_PREFIX, "0");
H A Dcommands.cpp384 std::string _tmpdir(create_data_path(uuid) + "/" + SECONDARY_USER_PREFIX);
1743 std::string userdir(create_data_path(uuid) + "/" + SECONDARY_USER_PREFIX);
H A Dutils.cpp130 std::string path(create_data_path(volume_uuid) + "/" + SECONDARY_USER_PREFIX);
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp371 EXPECT_STREQ(TEST_DATA_DIR SECONDARY_USER_PREFIX "1/com.example.package", path)

Completed in 151 milliseconds