Searched defs:uuid_ (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp455 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
471 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname);
502 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
536 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
544 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname);
545 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname);
597 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
602 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
628 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix;
675 const char* uuid_ local
710 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
952 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
977 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1014 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1471 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1577 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1731 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2011 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2294 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2641 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
[all...]

Completed in 109 milliseconds