OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAppPathname
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
fileutils.h
221
virtual bool
GetAppPathname
(Pathname* path) = 0;
366
static bool
GetAppPathname
(Pathname* path) {
367
return EnsureDefaultFilesystem()->
GetAppPathname
(path);
fileutils_mock.h
223
bool
GetAppPathname
(Pathname *path) {
unixfilesystem.cc
359
bool UnixFilesystem::
GetAppPathname
(Pathname* path) {
win32filesystem.cc
339
bool Win32Filesystem::
GetAppPathname
(Pathname* path) {
376
if (!
GetAppPathname
(path))
Completed in 136 milliseconds