Searched refs:GetAppPathname (Results 1 – 12 of 12) sorted by relevance
240 virtual bool GetAppPathname(Pathname* path) = 0;385 static bool GetAppPathname(Pathname* path) { in GetAppPathname() function386 return EnsureDefaultFilesystem()->GetAppPathname(path); in GetAppPathname()
96 virtual bool GetAppPathname(Pathname* path);
104 virtual bool GetAppPathname(Pathname* path);
355 bool Win32Filesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::Win32Filesystem392 if (!GetAppPathname(path)) in GetAppTempFolder()
353 bool UnixFilesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::UnixFilesystem
242 virtual bool GetAppPathname(Pathname* path) = 0;387 static bool GetAppPathname(Pathname* path) { in GetAppPathname() function388 return EnsureDefaultFilesystem()->GetAppPathname(path); in GetAppPathname()
114 virtual bool GetAppPathname(Pathname* path);
144 EXPECT_TRUE(Filesystem::GetAppPathname(&path)); in TEST()
240 bool GetAppPathname(Pathname *path) { in GetAppPathname() function
351 bool UnixFilesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::UnixFilesystem