OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSuperPathPrefixSize
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/Windows/
FileName.cpp
78
s +=
kSuperPathPrefixSize
;
79
len -=
kSuperPathPrefixSize
;
136
bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s +
kSuperPathPrefixSize
)); }
184
// bool IsSuperUncPath(const wchar_t *s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s +
kSuperPathPrefixSize
)); }
197
s +=
kSuperPathPrefixSize
;
204
s +=
kSuperPathPrefixSize
;
263
if (IS_UNC_WITH_SLASH(s +
kSuperPathPrefixSize
))
269
int pos = FindSepar(s +
kSuperPathPrefixSize
);
272
return
kSuperPathPrefixSize
+ pos + 1;
312
if (IS_UNC_WITH_SLASH(s +
kSuperPathPrefixSize
))
[
all
...]
FileName.h
28
const unsigned
kSuperPathPrefixSize
= 4;
29
const unsigned kSuperUncPathPrefixSize =
kSuperPathPrefixSize
+ 4;
FileLink.cpp
117
path +=
kSuperPathPrefixSize
;
FileFind.cpp
529
rootSize =
kSuperPathPrefixSize
;
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
271
if (IsDrivePath(FilePath.Ptr(
kSuperPathPrefixSize
)))
272
rootSize =
kSuperPathPrefixSize
;
Completed in 69 milliseconds