Home
last modified time | relevance | path

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

/bootable/recovery/uncrypt/
Duncrypt.cpp221 std::string uncrypt_path; in find_uncrypt_package() local
222 if (!android::base::ReadFileToString(uncrypt_path_file, &uncrypt_path)) { in find_uncrypt_package()
228 *package_name = android::base::Trim(uncrypt_path); in find_uncrypt_package()