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

  /frameworks/native/cmds/installd/
utils.h 75 std::string create_data_app_path(const char* volume_uuid);
utils.cpp 79 create_data_app_path(volume_uuid).c_str(), package_name);
166 std::string create_data_app_path(const char* volume_uuid) { function in namespace:android::installd
    [all...]
commands.cpp 372 auto to_parent = create_data_app_path(to_uuid);
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 468 EXPECT_EQ("/data/app", create_data_app_path(nullptr));
471 create_data_app_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b"));

Completed in 661 milliseconds