HomeSort by relevance Sort by last modified time
    Searched refs:file_path_str (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/base/
filename_util.cc 69 base::FilePath::StringType& file_path_str = local
71 file_path_str.clear();
112 file_path_str.assign(base::UTF8ToWide(path));
124 file_path_str = base::SysNativeMBToWide(path);
135 file_path_str.assign(path);
138 return !file_path_str.empty();
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.cc 239 std::vector<std::string> file_path_str;
243 &file_path_str);
247 files.reserve(file_path_str.size());
248 for (size_t i = 0; i < file_path_str.size(); ++i) {
249 GURL url(file_path_str[i]);
252 base::FilePath path(url.SchemeIsFile() ? url.path() : file_path_str[i]);
267 << ", file paths = " << JoinString(file_path_str, ":");
  /external/chromium_org/win8/metro_driver/
file_picker.cc 408 mswrw::HString file_path_str;
409 hr = storage_item->get_Path(file_path_str.GetAddressOf());
413 base::FilePath file_path(MakeStdWString(file_path_str.Get()));
file_picker_ash.cc 345 mswrw::HString file_path_str;
346 hr = storage_item->get_Path(file_path_str.GetAddressOf());
350 base::FilePath file_path(MakeStdWString(file_path_str.Get()));
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 665 std::string file_path_str = file_path.AsUTF8Unsafe(); local
671 malloc(file_path_str.length() + 1));
672 strcpy(alloc_file_path, file_path_str.c_str());
685 static_cast<uint32_t>(file_path_str.length());
  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.cc 213 string file_path_str = file_path.AsUTF8Unsafe(); local

Completed in 284 milliseconds