Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp298 const char* volume_uuid_cstr = volume_uuid_ ? volume_uuid_->c_str() : nullptr; in create_mock_app() local
300 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
312 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
317 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp1955 const char* volume_uuid_cstr = volume_uuid ? volume_uuid->c_str() : nullptr; in reconcile_secondary_dex_file() local
1956 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, in reconcile_secondary_dex_file()
2063 const char* volume_uuid_cstr = volume_uuid ? volume_uuid->c_str() : nullptr; in hash_secondary_dex_file() local
2086 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()