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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp347 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
363 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname);
394 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
448 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
456 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname);
457 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname);
508 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
513 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
536 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix;
588 const char* uuid_ local
623 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
862 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
887 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
924 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1377 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1483 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1637 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1875 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2152 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2333 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
[all...]

Completed in 383 milliseconds