Home
last modified time | relevance | path

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

/bootable/recovery/uncrypt/
Duncrypt.cpp417 static int uncrypt(const char* input_path, const char* map_file, const int socket) { in uncrypt() argument
418 ALOGI("update package is \"%s\"", input_path); in uncrypt()
423 if (realpath(input_path, path) == NULL) { in uncrypt()
424 ALOGE("failed to convert \"%s\" to absolute path: %s", input_path, strerror(errno)); in uncrypt()
459 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper() argument
461 if (input_path == nullptr) { in uncrypt_wrapper()
466 input_path = package.c_str(); in uncrypt_wrapper()
469 int status = uncrypt(input_path, map_file, socket); in uncrypt_wrapper()
528 const char* input_path = nullptr; in main() local
538 input_path = argv[1]; in main()
[all …]