Searched defs:GetAppPathname (Results 1 - 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc353 bool UnixFilesystem::GetAppPathname(Pathname* path) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc355 bool Win32Filesystem::GetAppPathname(Pathname* path) { function in class:talk_base::Win32Filesystem
392 if (!GetAppPathname(path))
H A Dfileutils.h240 virtual bool GetAppPathname(Pathname* path) = 0;
385 static bool GetAppPathname(Pathname* path) { function in class:talk_base::Filesystem
386 return EnsureDefaultFilesystem()->GetAppPathname(path);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc351 bool UnixFilesystem::GetAppPathname(Pathname* path) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc355 bool Win32Filesystem::GetAppPathname(Pathname* path) { function in class:talk_base::Win32Filesystem
392 if (!GetAppPathname(path))
H A Dfileutils.h242 virtual bool GetAppPathname(Pathname* path) = 0;
387 static bool GetAppPathname(Pathname* path) { function in class:talk_base::Filesystem
388 return EnsureDefaultFilesystem()->GetAppPathname(path);
H A Dfileutils_mock.h240 bool GetAppPathname(Pathname *path) { function in class:talk_base::FakeFileSystem

Completed in 55 milliseconds