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

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 96 virtual bool GetAppPathname(Pathname* path);
win32filesystem.h 104 virtual bool GetAppPathname(Pathname* path);
fileutils.h 240 virtual bool GetAppPathname(Pathname* path) = 0;
385 static bool GetAppPathname(Pathname* path) {
386 return EnsureDefaultFilesystem()->GetAppPathname(path);
win32filesystem.cc 355 bool Win32Filesystem::GetAppPathname(Pathname* path) {
392 if (!GetAppPathname(path))
unixfilesystem.cc 353 bool UnixFilesystem::GetAppPathname(Pathname* path) {

Completed in 389 milliseconds