OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFilePathBufSize
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
file_utils.h
39
static int
getFilePathBufSize
(const char *const dirPath, const char *const fileName);
file_utils.cpp
74
const int filePathBufSize =
getFilePathBufSize
(dirPath, dirent->d_name);
107
/* static */ int FileUtils::
getFilePathBufSize
(const char *const dirPath,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp
78
const int dictPathBufSize = FileUtils::
getFilePathBufSize
(tmpDirPath, dictName);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp
94
const int dictPathBufSize = FileUtils::
getFilePathBufSize
(tmpDirPath, dictName);
Completed in 118 milliseconds