Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3615 auto cur_mounted_data = gMountedApexes.GetLatestMountedApex(module_name); in InstallPackage() local
3616 if (!cur_mounted_data.has_value()) { in InstallPackage()
3620 auto cur_apex = ApexFile::Open(cur_mounted_data->full_path); in InstallPackage()
3696 if (unlink(cur_mounted_data->full_path.c_str()) != 0) { in InstallPackage()
3697 PLOG(ERROR) << "Failed to unlink " << cur_mounted_data->full_path; in InstallPackage()