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

/external/chromium_org/third_party/webrtc/base/
H A Dwin32filesystem.cc338 bool Win32Filesystem::GetAppPathname(Pathname* path) { function in class:rtc::Win32Filesystem
375 if (!GetAppPathname(path))
H A Dfileutils.h225 virtual bool GetAppPathname(Pathname* path) = 0;
370 static bool GetAppPathname(Pathname* path) { function in class:rtc::Filesystem
371 return EnsureDefaultFilesystem()->GetAppPathname(path);
H A Dfileutils_mock.h223 bool GetAppPathname(Pathname *path) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc358 bool UnixFilesystem::GetAppPathname(Pathname* path) { function in class:rtc::UnixFilesystem

Completed in 531 milliseconds