Lines Matching full:const
15 int bspatch(const char* old_filename,
16 const char* new_filename,
17 const char* patch_filename,
18 const char* old_extents,
19 const char* new_extents);
21 bool WriteAll(const std::unique_ptr<FileInterface>& file,
22 const uint8_t* data,
25 bool IsOverlapping(const char* old_filename,
26 const char* new_filename,
27 const std::vector<ex_t>& old_extents,
28 const std::vector<ex_t>& new_extents);