Searched refs:SetPathname (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dpathutils_unittest.cc25 path.SetPathname("", "foo");
32 path.SetPathname("", "");
39 path.SetPathname(kCWD, "");
H A Dunixfilesystem.cc181 pathname.SetPathname(reinterpret_cast<char*>(buffer), "");
184 pathname.SetPathname(provided_app_temp_folder_, "");
187 pathname.SetPathname(tmpdir, "");
189 pathname.SetPathname(tmp, "");
192 pathname.SetPathname(P_tmpdir, "");
194 pathname.SetPathname("/tmp/", "");
371 path->SetPathname(path8);
384 path->SetPathname(buffer);
404 path->SetPathname(reinterpret_cast<char*>(buffer), "");
411 path->SetPathname(provided_app_data_folder
[all...]
H A Diosfilesystem.mm52 path->SetPathname([argv0 UTF8String]);
H A Dpathutils.cc60 SetPathname(pathname);
65 SetPathname(folder, filename);
116 void Pathname::SetPathname(const std::string& pathname) { function in class:rtc::Pathname
127 void Pathname::SetPathname(const std::string& folder, function in class:rtc::Pathname
136 SetPathname(full_pathname);
H A Dpathutils.h70 void SetPathname(const std::string& pathname);
71 void SetPathname(const std::string& folder, const std::string& filename);
H A Dfileutils_unittest.cc28 path.SetPathname(Filesystem::TempFilename(path, "ut"));
H A Dfileutils_mock.h230 path->SetPathname("c:\\Users\\test_user", "");
232 path->SetPathname("/home/user/test_user", "");
H A Dlogging_unittest.cc118 path.SetPathname(Filesystem::TempFilename(path, "ut"));
H A Dfileutils.cc244 path.SetPathname(filename);
H A Dwin32filesystem.cc342 path->SetPathname(ToUtf8(buffer));
H A Dproxydetect.cc470 profile_path->SetPathname(candidate.pathname());
483 profile_path->SetPathname(path);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine_unittest.cc152 temp_path.SetPathname(

Completed in 102 milliseconds