Home
last modified time | relevance | path

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

/external/libchrome/base/android/
Dapk_assets.cc38 int asset_fd = OpenApkAsset(file_path.value(), &region); in RegisterApkAssetWithFileDescriptorStore() local
39 if (asset_fd == -1) in RegisterApkAssetWithFileDescriptorStore()
41 base::FileDescriptorStore::GetInstance().Set(key, base::ScopedFD(asset_fd), in RegisterApkAssetWithFileDescriptorStore()