Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/mini_installer/
Ddecompress.cc239 scoped_ptr<char> source_path_utf8(WideToUtf8(source, source_name - source)); in Expand() local
242 if (!dest_utf8 || !source_name_utf8 || !source_path_utf8) in Expand()
251 if (g_FDICopy(fdi, source_name_utf8, source_path_utf8, 0, in Expand()