OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRootPrefixSize
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/Windows/
FileName.h
38
unsigned
GetRootPrefixSize
(const wchar_t *s) throw();
FileName.cpp
141
unsigned
GetRootPrefixSize
(CFSTR s) throw()
188
unsigned
GetRootPrefixSize
(const wchar_t *s) throw()
202
unsigned
GetRootPrefixSize
(CFSTR s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; }
204
unsigned
GetRootPrefixSize
(const wchar_t *s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; }
597
unsigned prefixSize =
GetRootPrefixSize
(s);
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
258
int rootSize =
GetRootPrefixSize
(FilePath);
917
int pos =
GetRootPrefixSize
(path);
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp
546
unsigned n = NName::
GetRootPrefixSize
(linkPath);
EnumDirItems.cpp
735
unsigned rootPrefixSize =
GetRootPrefixSize
(prefix);
Completed in 461 milliseconds