HomeSort by relevance Sort by last modified time
    Searched refs:IsSuperOrDevicePath (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Windows/
FileName.h 51 bool IsSuperOrDevicePath(const wchar_t *s) throw();
58 bool IsSuperOrDevicePath(CFSTR s) throw();
FileName.cpp 183 bool IsSuperOrDevicePath(const wchar_t *s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); }
191 bool IsSuperOrDevicePath(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); }
493 if (IsSuperOrDevicePath(s))
552 if (IsSuperOrDevicePath(s))
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 817 if (!IsSuperOrDevicePath(path))
847 if (!IsSuperOrDevicePath(path))
923 if (IsSuperOrDevicePath(path))
936 if (IsSuperOrDevicePath(relBase))

Completed in 2309 milliseconds