Home
last modified time | relevance | path

Searched refs:filename16 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
Dzip_internal.cc57 string16 filename16 = UTF8ToUTF16(filename); in ZipOpenFunc() local
59 file = CreateFile(filename16.c_str(), desired_access, share_mode, in ZipOpenFunc()
/external/chromium_org/third_party/zlib/google/
Dzip_internal.cc57 base::string16 filename16 = UTF8ToUTF16(filename); in ZipOpenFunc() local
59 file = CreateFile(filename16.c_str(), desired_access, share_mode, in ZipOpenFunc()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.cc987 base::string16 filename16; in RunImpl() local
989 kFilenameKey, &filename16)); in RunImpl()
990 creator_suggested_filename = base::FilePath(filename16); in RunImpl()