OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filePathLength
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
file_utils.cpp
119
const int
filePathLength
= strlen(filePath);
121
if (
filePathLength
<= suffixLength) {
123
filePath,
filePathLength
, suffix, suffixLength);
126
const int resultFilePathLength =
filePathLength
- suffixLength;
mmapped_buffer.cpp
76
const int
filePathLength
= snprintf(filePath, filePathBufferSize, "%s%s", dirPath,
78
if (
filePathLength
>= filePathBufferSize) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h
[
all
...]
Completed in 113 milliseconds