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

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

Completed in 166 milliseconds