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

  /frameworks/native/cmds/installd/
utils.h 82 std::string create_data_user_ce_package_path(const char* volume_uuid,
84 std::string create_data_user_ce_package_path(const char* volume_uuid,
commands.cpp 126 auto path = create_data_user_ce_package_path(uuid, userid, pkgname);
180 auto ce_path = create_data_user_ce_package_path(uuid, userid, pkgname);
288 auto path = create_data_user_ce_package_path(uuid, userid, pkgname, ce_data_inode);
350 create_data_user_ce_package_path(uuid, userid, pkgname, ce_data_inode));
404 auto from_ce = create_data_user_ce_package_path(from_uuid, user, package_name);
441 auto from = create_data_user_ce_package_path(from_uuid, user, package_name);
482 auto to = create_data_user_ce_package_path(to_uuid, user, package_name);
638 auto path = create_data_user_ce_package_path(uuid, userid, pkgname, ce_data_inode);
653 auto path = create_data_user_ce_package_path(uuid, userid, pkgname);
    [all...]
utils.cpp 87 std::string create_data_user_ce_package_path(const char* volume_uuid, function in namespace:android::installd
94 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, function in namespace:android::installd
98 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name);
143 std::string _tmp(create_data_user_ce_package_path(nullptr, userid, pkgname) + postfix);
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 502 EXPECT_EQ("/data/data/com.example", create_data_user_ce_package_path(nullptr, 0, "com.example"));
503 EXPECT_EQ("/data/user/10/com.example", create_data_user_ce_package_path(nullptr, 10, "com.example"));
506 create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 0, "com.example"));
508 create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 10, "com.example"));

Completed in 2511 milliseconds