Searched defs:file_path_str (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Dnet_util_posix.cc26 std::string& file_path_str = const_cast<std::string&>(path->value()); local
27 file_path_str.clear();
53 file_path_str.assign(old_path);
55 return !file_path_str.empty();
H A Dnet_util_win.cc27 std::wstring& file_path_str = const_cast<std::wstring&>(file_path->value()); local
28 file_path_str.clear();
64 file_path_str = base::SysNativeMBToWide(path);
65 return !file_path_str.empty();
67 file_path_str.assign(UTF8ToWide(path));
/external/chromium_org/net/base/
H A Dnet_util_posix.cc34 std::string& file_path_str = const_cast<std::string&>(path->value()); local
35 file_path_str.clear();
61 file_path_str.assign(old_path);
63 return !file_path_str.empty();
H A Dnet_util_win.cc78 std::wstring& file_path_str = const_cast<std::wstring&>(file_path->value()); local
79 file_path_str.clear();
115 file_path_str = base::SysNativeMBToWide(path);
116 return !file_path_str.empty();
118 file_path_str.assign(UTF8ToWide(path));
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc222 string file_path_str = file_path.AsUTF8Unsafe(); local

Completed in 164 milliseconds