HomeSort by relevance Sort by last modified time
    Searched full:to_uuid (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
fip_create.c 103 static inline void copy_uuid(uuid_t *to_uuid, const uuid_t *from_uuid)
105 memcpy(to_uuid, from_uuid, sizeof(uuid_t));
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 734 const char* to_uuid = toUuid ? toUuid->c_str() : nullptr; local
744 auto to = create_data_app_package_path(to_uuid, data_app_name);
745 auto to_parent = create_data_app_path(to_uuid);
800 auto to = create_data_user_de_path(to_uuid, user);
813 auto to = create_data_user_ce_path(to_uuid, user);
840 auto to = create_data_app_package_path(to_uuid, data_app_name);
    [all...]

Completed in 103 milliseconds