Searched refs:headerFilePath (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/ |
H A D | dictionary_structure_with_buffer_policy_factory.cpp | 104 char headerFilePath[headerFilePathBufSize]; in newPolicyForDirectoryDict() local 105 getHeaderFilePathInDictDir(path, headerFilePathBufSize, headerFilePath); in newPolicyForDirectoryDict() 109 MmappedBuffer::openBuffer(headerFilePath, isUpdatable); in newPolicyForDirectoryDict() 126 headerFilePath, formatVersion, std::move(mmappedBuffer)); in newPolicyForDirectoryDict() 132 headerFilePath, formatVersion, std::move(mmappedBuffer)); in newPolicyForDirectoryDict() 145 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion, in newPolicyForV4Dict() argument 147 const int dictDirPathBufSize = strlen(headerFilePath) + 1 /* terminator */; in newPolicyForV4Dict() 149 if (!FileUtils::getFilePathWithoutSuffix(headerFilePath, in newPolicyForV4Dict() 152 headerFilePath); in newPolicyForV4Dict()
|
H A D | dictionary_structure_with_buffer_policy_factory.h | 54 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
|
/aosp12/system/tools/aidl/ |
H A D | generate_ndk.cpp | 214 auto headerFilePath = [&types](const AidlTypeSpecifier& typespec) -> std::string { in GenerateHeaderIncludes() local 241 includes.insert(headerFilePath(type)); in GenerateHeaderIncludes()
|