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

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 181 pathname.SetPathname(reinterpret_cast<char*>(buffer), "");
183 pathname.SetPathname(GetAndroidTempFolder(), "");
186 pathname.SetPathname(tmpdir, "");
188 pathname.SetPathname(tmp, "");
191 pathname.SetPathname(P_tmpdir, "");
193 pathname.SetPathname("/tmp/", "");
366 path->SetPathname(path8);
374 path->SetPathname(buffer);
394 path->SetPathname(reinterpret_cast<char*>(buffer), "");
402 path->SetPathname(GetAndroidAppDataFolder(), "")
    [all...]
pathutils.cc 77 SetPathname(pathname);
82 SetPathname(folder, filename);
133 void Pathname::SetPathname(const std::string& pathname) {
144 void Pathname::SetPathname(const std::string& folder,
153 SetPathname(full_pathname);
pathutils.h 87 void SetPathname(const std::string& pathname);
88 void SetPathname(const std::string& folder, const std::string& filename);
fileutils.cc 253 path.SetPathname(filename);
win32filesystem.cc 359 path->SetPathname(ToUtf8(buffer));
proxydetect.cc 485 profile_path->SetPathname(candidate.pathname());
498 profile_path->SetPathname(path);
    [all...]

Completed in 45 milliseconds