Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp672 const std::string& temp_mount_point = in RunVerifyFnInsideTempMount() local
676 VerifyAndTempMountPackage(apex, temp_mount_point); in RunVerifyFnInsideTempMount()
678 LOG(ERROR) << "Failed to temp mount to " << temp_mount_point << " : " in RunVerifyFnInsideTempMount()
683 LOG(DEBUG) << "Unmounting " << temp_mount_point; in RunVerifyFnInsideTempMount()
686 LOG(WARNING) << "Failed to unmount " << temp_mount_point << " : " in RunVerifyFnInsideTempMount()
693 auto result = verify_fn(temp_mount_point); in RunVerifyFnInsideTempMount()