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

  /external/webrtc/webrtc/base/
pathutils_unittest.cc 25 path.SetPathname("", "foo");
32 path.SetPathname("", "");
39 path.SetPathname(kCWD, "");
unixfilesystem.cc 182 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...]
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 134 path.SetPathname(Filesystem::TempFilename(path, "ut"));
fileutils.cc 253 path.SetPathname(filename);
win32filesystem.cc 343 path->SetPathname(ToUtf8(buffer));
proxydetect.cc 476 profile_path->SetPathname(candidate.pathname());
489 profile_path->SetPathname(path);
    [all...]

Completed in 193 milliseconds