Home
last modified time | relevance | path

Searched refs:headerFilePath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp104 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()
Ddictionary_structure_with_buffer_policy_factory.h54 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLProgramVk.cpp541 std::string headerFilePath(angle::ConcatenatePath(tmpDir.value(), headerIncludeNames[i])); in compile() local
544 angle::MakeForwardSlashThePathSeparator(headerFilePath); in compile()
545 size_t baseDirPos = headerFilePath.find_last_of("/"); in compile()
548 if (!angle::CreateDirectories(headerFilePath.substr(0, baseDirPos))) in compile()
553 writeFile(headerFilePath.c_str(), inputHeaderSrc.data(), inputHeaderSrc.size()); in compile()