OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsFolder
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/base/
fileutils.h
140
if (
IsFolder
(path))
191
virtual bool
IsFolder
(const Pathname& pathname) = 0;
331
static bool
IsFolder
(const Pathname& pathname) {
332
return EnsureDefaultFilesystem()->
IsFolder
(pathname);
fileutils_mock.h
189
bool
IsFolder
(const Pathname &pathname) {
unixfilesystem.cc
164
if (!
IsFolder
(folder)) {
165
ASSERT(
IsFolder
(folder));
243
if (!
IsFolder
(old_path)) {
244
ASSERT(
IsFolder
(old_path));
260
bool UnixFilesystem::
IsFolder
(const Pathname &path) {
win32filesystem.cc
245
if (!
IsFolder
(old_path)) {
246
ASSERT(
IsFolder
(old_path));
265
bool Win32Filesystem::
IsFolder
(const Pathname &path) {
/external/lzma/CPP/7zip/UI/Console/
List.cpp
329
bool
IsFolder
;
604
GetAttribString((prop.vt == VT_EMPTY) ? 0 : prop.ulVal,
IsFolder
, techMode, temp + tempPos);
1125
RINOK(Archive_IsItem_Folder(archive, i, fp.
IsFolder
));
1129
if (!wildcardCensor.CheckPath(isAltStream, fp.FilePath, !fp.
IsFolder
))
1139
if (fp.
IsFolder
)
Completed in 1315 milliseconds