OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileNameLength
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
DefaultName.cpp
11
int
fileNameLength
= fileName.Length();
12
if (
fileNameLength
> extLength + 1)
14
int dotPos =
fileNameLength
- (extLength + 1);
/system/core/libzipfile/
private.h
11
unsigned long
fileNameLength
;
Completed in 29 milliseconds