OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAppPathname
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/base/
win32filesystem.h
87
virtual bool
GetAppPathname
(Pathname* path);
unixfilesystem.h
103
bool
GetAppPathname
(Pathname* path) override;
fileutils.h
221
virtual bool
GetAppPathname
(Pathname* path) = 0;
366
static bool
GetAppPathname
(Pathname* path) {
367
return EnsureDefaultFilesystem()->
GetAppPathname
(path);
fileutils_unittest.cc
124
// Tests that
GetAppPathname
returns something.
127
EXPECT_TRUE(Filesystem::
GetAppPathname
(&path));
win32filesystem.cc
339
bool Win32Filesystem::
GetAppPathname
(Pathname* path) {
376
if (!
GetAppPathname
(path))
fileutils_mock.h
223
bool
GetAppPathname
(Pathname *path) {
unixfilesystem.cc
359
bool UnixFilesystem::
GetAppPathname
(Pathname* path) {
Completed in 295 milliseconds