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.cpp223 const char* volume_uuid_cstr = volume_uuid_ == nullptr ? nullptr : volume_uuid_->c_str(); in create_mock_app() local
225 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
229 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
234 volume_uuid_cstr, kTestUserId, package_name_.c_str()); in create_mock_app()
/frameworks/native/cmds/installd/
Ddexopt.cpp2188 const char* volume_uuid_cstr = volume_uuid == nullptr ? nullptr : volume_uuid->c_str(); in reconcile_secondary_dex_file() local
2189 if (!validate_secondary_dex_path(pkgname.c_str(), dex_path.c_str(), volume_uuid_cstr, in reconcile_secondary_dex_file()
2293 const char* volume_uuid_cstr = volume_uuid == nullptr ? nullptr : volume_uuid->c_str(); in hash_secondary_dex_file() local
2316 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()