OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathMode
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
EnumDirItems.h
22
NWildcard::ECensorPathMode
pathMode
,
ArchiveCommandLine.h
117
NWildcard::ECensorPathMode
pathMode
,
ArchiveExtractCallback.h
248
NExtract::NPathMode::EEnum
pathMode
,
252
_pathMode =
pathMode
;
EnumDirItems.cpp
661
const NWildcard::ECensorPathMode
pathMode
,
672
if (
pathMode
== NWildcard::k_AbsPath)
/external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp
358
int
pathMode
= 0;
363
pathMode
|= 4;
368
pathMode
|= 1;
370
pathMode
|= 2;
377
if (
pathMode
== 4) {
379
} else if (
pathMode
== 1) {
381
} else if (
pathMode
== 2) {
383
} else if (
pathMode
== 5) {
385
} else if (
pathMode
== 6) {
[
all
...]
/external/lzma/CPP/Common/
Wildcard.cpp
465
void CCensor::AddItem(ECensorPathMode
pathMode
, bool include, const UString &path, bool recursive, bool wildcardMatching)
480
if (
pathMode
!= k_AbsPath)
535
if (numAbsParts > 1 &&
pathMode
== k_FullPath)
Wildcard.h
138
void AddItem(ECensorPathMode
pathMode
, bool include, const UString &path, bool recursive, bool wildcardMatching);
Completed in 159 milliseconds