Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/chromedriver/chrome/
Dzip_internal.h29 unzFile OpenForUnzipping(const std::string& file_name_utf8);
48 zipFile OpenForZipping(const std::string& file_name_utf8, int append_flag);
Dzip_internal.cc238 unzFile OpenForUnzipping(const std::string& file_name_utf8) { in OpenForUnzipping() argument
246 return unzOpen2(file_name_utf8.c_str(), zip_func_ptrs); in OpenForUnzipping()
292 zipFile OpenForZipping(const std::string& file_name_utf8, int append_flag) { in OpenForZipping() argument
300 return zipOpen2(file_name_utf8.c_str(), in OpenForZipping()
/external/chromium_org/third_party/zlib/google/
Dzip_internal.h29 unzFile OpenForUnzipping(const std::string& file_name_utf8);
48 zipFile OpenForZipping(const std::string& file_name_utf8, int append_flag);
Dzip_internal.cc238 unzFile OpenForUnzipping(const std::string& file_name_utf8) { in OpenForUnzipping() argument
246 return unzOpen2(file_name_utf8.c_str(), zip_func_ptrs); in OpenForUnzipping()
292 zipFile OpenForZipping(const std::string& file_name_utf8, int append_flag) { in OpenForZipping() argument
300 return zipOpen2(file_name_utf8.c_str(), in OpenForZipping()