OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_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
727
const char*
from_uuid
= fromUuid ? fromUuid->c_str() : nullptr;
local
733
std::vector<userid_t> users = get_known_users(
from_uuid
);
737
auto from = create_data_app_package_path(
from_uuid
, data_app_name);
769
auto from_ce = create_data_user_ce_package_path(
from_uuid
, user, package_name);
793
auto from = create_data_user_de_package_path(
from_uuid
, user, package_name);
806
auto from = create_data_user_ce_package_path(
from_uuid
, user, package_name);
[
all
...]
Completed in 1643 milliseconds