OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSuperPath
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/Windows/
FileName.h
26
bool
IsSuperPath
(const wchar_t *s) throw();
31
bool
IsSuperPath
(CFSTR s) throw();
FileName.cpp
86
bool
IsSuperPath
(const wchar_t *s) throw() { return IS_SUPER_PREFIX(s); }
92
bool
IsSuperPath
(CFSTR s) throw() { return IS_SUPER_PREFIX(s); }
145
if (
IsSuperPath
(s))
192
if (
IsSuperPath
(s))
477
if (
IsSuperPath
(curDir))
638
if (
IsSuperPath
(curDir))
FileLink.cpp
113
if (
IsSuperPath
(path))
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
262
else if (
IsSuperPath
(FilePath))
Completed in 240 milliseconds