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

/external/webrtc/webrtc/base/
H A Dpathutils_unittest.cc25 path.SetPathname("", "foo");
32 path.SetPathname("", "");
39 path.SetPathname(kCWD, "");
H A Dunixfilesystem.cc182 pathname.SetPathname(reinterpret_cast<char*>(buffer), "");
185 pathname.SetPathname(provided_app_temp_folder_, "");
188 pathname.SetPathname(tmpdir, "");
190 pathname.SetPathname(tmp, "");
193 pathname.SetPathname(P_tmpdir, "");
195 pathname.SetPathname("/tmp/", "");
372 path->SetPathname(path8);
385 path->SetPathname(buffer);
405 path->SetPathname(reinterpret_cast<char*>(buffer), "");
412 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.cc134 path.SetPathname(Filesystem::TempFilename(path, "ut"));
H A Dfileutils.cc253 path.SetPathname(filename);
H A Dwin32filesystem.cc343 path->SetPathname(ToUtf8(buffer));
H A Dproxydetect.cc476 profile_path->SetPathname(candidate.pathname());
489 profile_path->SetPathname(path);

Completed in 105 milliseconds