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.cpp465 static int uncrypt(const char* input_path, const char* map_file, const int socket) { in uncrypt()
513 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper()
622 const char* input_path = nullptr; in main() local