Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3927 auto cur_mounted_data = gMountedApexes.GetLatestMountedApex(module_name); in InstallPackageImpl() local
3928 if (!cur_mounted_data.has_value()) { in InstallPackageImpl()
3932 auto cur_apex = ApexFile::Open(cur_mounted_data->full_path); in InstallPackageImpl()
4026 if (unlink(cur_mounted_data->full_path.c_str()) != 0) { in InstallPackageImpl()
4027 PLOG(ERROR) << "Failed to unlink " << cur_mounted_data->full_path; in InstallPackageImpl()