HomeSort by relevance Sort by last modified time
    Searched full:setpathname (Results 1 - 25 of 25) 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 174 pathname.SetPathname(reinterpret_cast<char*>(buffer), "");
177 pathname.SetPathname(provided_app_temp_folder_, "");
180 pathname.SetPathname(tmpdir, "");
182 pathname.SetPathname(tmp, "");
185 pathname.SetPathname(P_tmpdir, "");
187 pathname.SetPathname("/tmp/", "");
364 path->SetPathname(path8);
372 path->SetPathname(buffer);
392 path->SetPathname(reinterpret_cast<char*>(buffer), "");
399 path->SetPathname(provided_app_data_folder_, "")
    [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_mock.h 247 path->SetPathname("c:\\Users\\test_user", "");
249 path->SetPathname("/home/user/test_user", "");
fileutils_unittest.cc 45 path.SetPathname(Filesystem::TempFilename(path, "ut"));
logging_unittest.cc 128 path.SetPathname(Filesystem::TempFilename(path, "ut"));
fileutils.cc 266 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/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...]
  /system/core/libutils/
String8.cpp 468 void String8::setPathName(const char* name)
470 setPathName(name, strlen(name));
473 void String8::setPathName(const char* name, size_t len)
599 setPathName(name);
619 setPathName(name);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h 78 void setPathname(const String&);
HTMLAnchorElement.cpp 471 void HTMLAnchorElement::setPathname(const String& value)
  /external/chromium_org/third_party/WebKit/Source/core/page/
Location.h 65 void setPathname(DOMWindow* activeWindow, DOMWindow* firstWindow, const String&);
Location.cpp 198 void Location::setPathname(DOMWindow* activeWindow, DOMWindow* firstWindow, const String& pathname)
  /system/core/include/utils/
String8.h 147 void setPathName(const char* name);
148 void setPathName(const char* name, size_t numChars);
  /frameworks/rs/
rsScriptC.cpp 80 cacheDirString.setPathName(cacheDir);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 148 temp_path.SetPathname(
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 562 milliseconds