Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dfileutils.h240 virtual bool GetAppPathname(Pathname* path) = 0;
385 static bool GetAppPathname(Pathname* path) { in GetAppPathname() function
386 return EnsureDefaultFilesystem()->GetAppPathname(path); in GetAppPathname()
Dunixfilesystem.h96 virtual bool GetAppPathname(Pathname* path);
Dwin32filesystem.h104 virtual bool GetAppPathname(Pathname* path);
Dwin32filesystem.cc355 bool Win32Filesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::Win32Filesystem
392 if (!GetAppPathname(path)) in GetAppTempFolder()
Dunixfilesystem.cc353 bool UnixFilesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::UnixFilesystem
/external/chromium_org/third_party/libjingle/source/talk/base/
Dfileutils.h242 virtual bool GetAppPathname(Pathname* path) = 0;
387 static bool GetAppPathname(Pathname* path) { in GetAppPathname() function
388 return EnsureDefaultFilesystem()->GetAppPathname(path); in GetAppPathname()
Dwin32filesystem.h104 virtual bool GetAppPathname(Pathname* path);
Dunixfilesystem.h114 virtual bool GetAppPathname(Pathname* path);
Dfileutils_unittest.cc144 EXPECT_TRUE(Filesystem::GetAppPathname(&path)); in TEST()
Dwin32filesystem.cc355 bool Win32Filesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::Win32Filesystem
392 if (!GetAppPathname(path)) in GetAppTempFolder()
Dfileutils_mock.h240 bool GetAppPathname(Pathname *path) { in GetAppPathname() function
Dunixfilesystem.cc351 bool UnixFilesystem::GetAppPathname(Pathname* path) { in GetAppPathname() function in talk_base::UnixFilesystem