Home
last modified time | relevance | path

Searched refs:GetAppPathname (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dfileutils.h240 virtual bool GetAppPathname(Pathname* path) = 0;
385 static bool GetAppPathname(Pathname* path) { in GetAppPathname() function
386 return EnsureDefaultFilesystem()->GetAppPathname(path); in GetAppPathname()
Dwin32filesystem.h104 virtual bool GetAppPathname(Pathname* path);
Dunixfilesystem.h96 virtual bool GetAppPathname(Pathname* path);
Dwin32filesystem.cc355 bool Win32Filesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::Win32Filesystem
392 if (!GetAppPathname(path)) in GetAppTempFolder()
Dunixfilesystem.cc353 bool UnixFilesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::UnixFilesystem