Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
Ddirutil.cpp49 int mkdir_recursively(const std::string& input_path, mode_t mode, bool strip_filename, in mkdir_recursively()
/bootable/recovery/uncrypt/
Duncrypt.cpp469 static int Uncrypt(const std::string& input_path, const std::string& map_file, int socket) { in Uncrypt()
514 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper()
623 const char* input_path = nullptr; in main() local