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

  /frameworks/native/cmds/installd/
installd.h 150 std::string create_data_path(const char* volume_uuid);
152 std::string create_data_app_path(const char* volume_uuid);
154 std::string create_data_app_package_path(const char* volume_uuid, const char* package_name);
156 std::string create_data_user_path(const char* volume_uuid, userid_t userid);
158 std::string create_data_user_package_path(const char* volume_uuid,
161 std::string create_data_media_path(const char* volume_uuid, userid_t userid);
163 std::vector<userid_t> get_known_users(const char* volume_uuid);
utils.cpp 44 std::string create_data_app_package_path(const char* volume_uuid,
50 create_data_app_path(volume_uuid).c_str(), package_name);
58 std::string create_data_user_package_path(const char* volume_uuid,
64 create_data_user_path(volume_uuid, user).c_str(), package_name);
85 std::string create_data_path(const char* volume_uuid) {
86 if (volume_uuid == nullptr) {
89 CHECK(is_valid_filename(volume_uuid));
90 return StringPrintf("/mnt/expand/%s", volume_uuid);
97 std::string create_data_app_path(const char* volume_uuid) {
98 return StringPrintf("%s/app", create_data_path(volume_uuid).c_str())
    [all...]
  /system/core/gpttool/
gpttool.c 59 u8 volume_uuid[16]; member in struct:efi_header
312 get_uuid(hdr->volume_uuid);

Completed in 119 milliseconds