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

/external/webrtc/webrtc/base/
H A Dwin32filesystem.h87 virtual bool GetAppPathname(Pathname* path);
H A Dunixfilesystem.h103 bool GetAppPathname(Pathname* path) override;
H A Dfileutils.h221 virtual bool GetAppPathname(Pathname* path) = 0;
366 static bool GetAppPathname(Pathname* path) { function in class:rtc::Filesystem
367 return EnsureDefaultFilesystem()->GetAppPathname(path);
H A Dfileutils_unittest.cc124 // Tests that GetAppPathname returns something.
127 EXPECT_TRUE(Filesystem::GetAppPathname(&path));
H A Dwin32filesystem.cc339 bool Win32Filesystem::GetAppPathname(Pathname* path) { function in class:rtc::Win32Filesystem
376 if (!GetAppPathname(path))
H A Dfileutils_mock.h223 bool GetAppPathname(Pathname *path) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc359 bool UnixFilesystem::GetAppPathname(Pathname* path) { function in class:rtc::UnixFilesystem

Completed in 125 milliseconds