Lines Matching refs:storage_flag
1830 int storage_flag; in process_secondary_dex_dexopt() local
1831 if (!validate_dexopt_storage_flags(dexopt_flags, &storage_flag, error_msg)) { in process_secondary_dex_dexopt()
1852 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt()
2167 const std::unique_ptr<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file() argument
2175 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in reconcile_secondary_dex_file()
2177 << storage_flag; in reconcile_secondary_dex_file()
2190 uid, storage_flag)) { in reconcile_secondary_dex_file()
2289 const std::unique_ptr<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file() argument
2295 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in hash_secondary_dex_file()
2297 << storage_flag; in hash_secondary_dex_file()
2316 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()