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

  /external/chromium_org/third_party/libjingle/source/talk/base/
pathutils_unittest.cc 42 path.SetPathname("", "foo");
49 path.SetPathname("", "");
56 path.SetPathname(kCWD, "");
unixfilesystem.cc 198 pathname.SetPathname(reinterpret_cast<char*>(buffer), "");
201 pathname.SetPathname(provided_app_temp_folder_, "");
204 pathname.SetPathname(tmpdir, "");
206 pathname.SetPathname(tmp, "");
209 pathname.SetPathname(P_tmpdir, "");
211 pathname.SetPathname("/tmp/", "");
388 path->SetPathname(path8);
401 path->SetPathname(buffer);
421 path->SetPathname(reinterpret_cast<char*>(buffer), "");
428 path->SetPathname(provided_app_data_folder_, "")
    [all...]
iosfilesystem.mm 69 path->SetPathname([argv0 UTF8String]);
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_unittest.cc 45 path.SetPathname(Filesystem::TempFilename(path, "ut"));
fileutils_mock.h 247 path->SetPathname("c:\\Users\\test_user", "");
249 path->SetPathname("/home/user/test_user", "");
logging_unittest.cc 134 path.SetPathname(Filesystem::TempFilename(path, "ut"));
fileutils.cc 269 path.SetPathname(filename);
win32filesystem.cc 359 path->SetPathname(ToUtf8(buffer));
proxydetect.cc 487 profile_path->SetPathname(candidate.pathname());
500 profile_path->SetPathname(path);
    [all...]
  /external/chromium_org/third_party/webrtc/base/
pathutils_unittest.cc 25 path.SetPathname("", "foo");
32 path.SetPathname("", "");
39 path.SetPathname(kCWD, "");
unixfilesystem.cc 181 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...]
iosfilesystem.mm 52 path->SetPathname([argv0 UTF8String]);
pathutils.cc 60 SetPathname(pathname);
65 SetPathname(folder, filename);
116 void Pathname::SetPathname(const std::string& pathname) {
127 void Pathname::SetPathname(const std::string& folder,
136 SetPathname(full_pathname);
pathutils.h 70 void SetPathname(const std::string& pathname);
71 void SetPathname(const std::string& folder, const std::string& filename);
fileutils_unittest.cc 28 path.SetPathname(Filesystem::TempFilename(path, "ut"));
fileutils_mock.h 230 path->SetPathname("c:\\Users\\test_user", "");
232 path->SetPathname("/home/user/test_user", "");
logging_unittest.cc 117 path.SetPathname(Filesystem::TempFilename(path, "ut"));
fileutils.cc 252 path.SetPathname(filename);
win32filesystem.cc 342 path->SetPathname(ToUtf8(buffer));
proxydetect.cc 470 profile_path->SetPathname(candidate.pathname());
483 profile_path->SetPathname(path);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 152 temp_path.SetPathname(

Completed in 272 milliseconds