Searched refs:file_path_str (Results 1 – 2 of 2) sorted by relevance
27 std::wstring& file_path_str = const_cast<std::wstring&>(file_path->value()); in FileURLToFilePath() local28 file_path_str.clear(); in FileURLToFilePath()64 file_path_str = base::SysNativeMBToWide(path); in FileURLToFilePath()65 return !file_path_str.empty(); in FileURLToFilePath()67 file_path_str.assign(UTF8ToWide(path)); in FileURLToFilePath()
26 std::string& file_path_str = const_cast<std::string&>(path->value()); in FileURLToFilePath() local27 file_path_str.clear(); in FileURLToFilePath()53 file_path_str.assign(old_path); in FileURLToFilePath()55 return !file_path_str.empty(); in FileURLToFilePath()