OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSuperOrDevicePath
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
FileName.h
27
bool
IsSuperOrDevicePath
(const wchar_t *s) throw();
32
bool
IsSuperOrDevicePath
(CFSTR s) throw();
FileName.cpp
87
bool
IsSuperOrDevicePath
(const wchar_t *s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); }
93
bool
IsSuperOrDevicePath
(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); }
345
if (
IsSuperOrDevicePath
(s))
404
if (
IsSuperOrDevicePath
(s))
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
808
if (!
IsSuperOrDevicePath
(path))
838
if (!
IsSuperOrDevicePath
(path))
912
if (
IsSuperOrDevicePath
(path))
923
if (
IsSuperOrDevicePath
(relBase))
Completed in 42 milliseconds