Home
last modified time | relevance | path

Searched refs:volume_uuid_cstr (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp275 const char* volume_uuid_cstr = volume_uuid_ ? volume_uuid_->c_str() : nullptr; in create_mock_app() local
277 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
289 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
294 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
/frameworks/native/cmds/installd/
Ddexopt.cpp2119 const char* volume_uuid_cstr = volume_uuid ? volume_uuid->c_str() : nullptr; in reconcile_secondary_dex_file() local
2120 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, in reconcile_secondary_dex_file()
2227 const char* volume_uuid_cstr = volume_uuid ? volume_uuid->c_str() : nullptr; in hash_secondary_dex_file() local
2250 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()