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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/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...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 654 /// <param name="filePathLength">Length of the file path string not including the terminated NULL character.</param>
661 __out UINT32* filePathLength
    [all...]

Completed in 392 milliseconds