Searched defs:map_file (Results 1 – 1 of 1) sorted by relevance
243 static int ProductBlockMap(const std::string& path, const std::string& map_file, in ProductBlockMap()469 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()624 const char* map_file = CACHE_BLOCK_MAP.c_str(); in main() local