HomeSort by relevance Sort by last modified time
    Searched refs:SECONDARY_USER_PREFIX (Results 1 - 5 of 5) sorted by null

  /frameworks/native/cmds/installd/
installd.h 57 #define SECONDARY_USER_PREFIX "user/"
installd.cpp 420 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");
commands.cpp 384 std::string _tmpdir(create_data_path(uuid) + "/" + SECONDARY_USER_PREFIX);
    [all...]
utils.cpp 130 std::string path(create_data_path(volume_uuid) + "/" + SECONDARY_USER_PREFIX);
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 371 EXPECT_STREQ(TEST_DATA_DIR SECONDARY_USER_PREFIX "1/com.example.package", path)

Completed in 54 milliseconds