Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dfileutils.h221 virtual bool GetAppPathname(Pathname* path) = 0;
366 static bool GetAppPathname(Pathname* path) { in GetAppPathname() function
367 return EnsureDefaultFilesystem()->GetAppPathname(path); in GetAppPathname()
Dwin32filesystem.h87 virtual bool GetAppPathname(Pathname* path);
Dunixfilesystem.h103 bool GetAppPathname(Pathname* path) override;
Dfileutils_unittest.cc127 EXPECT_TRUE(Filesystem::GetAppPathname(&path)); in TEST()
Dwin32filesystem.cc339 bool Win32Filesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in rtc::Win32Filesystem
376 if (!GetAppPathname(path)) in GetAppTempFolder()
Dfileutils_mock.h223 bool GetAppPathname(Pathname *path) { in GetAppPathname() function
Dunixfilesystem.cc359 bool UnixFilesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in rtc::UnixFilesystem