Searched refs:volume_uuid_cstr (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 297 const char* volume_uuid_cstr = volume_uuid_ ? volume_uuid_->c_str() : nullptr; in create_mock_app() local 299 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app() 311 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app() 316 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 2349 const char* volume_uuid_cstr = volume_uuid ? volume_uuid->c_str() : nullptr; in reconcile_secondary_dex_file() local 2350 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, in reconcile_secondary_dex_file() 2454 const char* volume_uuid_cstr = volume_uuid ? volume_uuid->c_str() : nullptr; in hash_secondary_dex_file() local 2477 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()
|