HomeSort by relevance Sort by last modified time
    Searched refs:GetAppPathname (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/base/
unixfilesystem.h 101 virtual bool GetAppPathname(Pathname* path);
win32filesystem.h 87 virtual bool GetAppPathname(Pathname* path);
fileutils.h 225 virtual bool GetAppPathname(Pathname* path) = 0;
370 static bool GetAppPathname(Pathname* path) {
371 return EnsureDefaultFilesystem()->GetAppPathname(path);
fileutils_unittest.cc 124 // Tests that GetAppPathname returns something.
127 EXPECT_TRUE(Filesystem::GetAppPathname(&path));
win32filesystem.cc 338 bool Win32Filesystem::GetAppPathname(Pathname* path) {
375 if (!GetAppPathname(path))
fileutils_mock.h 223 bool GetAppPathname(Pathname *path) {
unixfilesystem.cc 358 bool UnixFilesystem::GetAppPathname(Pathname* path) {

Completed in 219 milliseconds