HomeSort by relevance Sort by last modified time
    Searched defs:GetAppPathname (Results 1 - 7 of 7) 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))
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 242 virtual bool GetAppPathname(Pathname* path) = 0;
387 static bool GetAppPathname(Pathname* path) {
388 return EnsureDefaultFilesystem()->GetAppPathname(path);
fileutils_mock.h 240 bool GetAppPathname(Pathname *path) {
unixfilesystem.cc 351 bool UnixFilesystem::GetAppPathname(Pathname* path) {
win32filesystem.cc 355 bool Win32Filesystem::GetAppPathname(Pathname* path) {
392 if (!GetAppPathname(path))

Completed in 582 milliseconds