Lines Matching refs:storage_flag
1958 int storage_flag; in process_secondary_dex_dexopt() local
1959 if (!validate_dexopt_storage_flags(dexopt_flags, &storage_flag, error_msg)) { in process_secondary_dex_dexopt()
1980 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt()
2328 const std::optional<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file() argument
2336 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in reconcile_secondary_dex_file()
2338 << storage_flag; in reconcile_secondary_dex_file()
2351 uid, storage_flag)) { in reconcile_secondary_dex_file()
2450 const std::optional<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file() argument
2456 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in hash_secondary_dex_file()
2458 << storage_flag; in hash_secondary_dex_file()
2477 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()