Home
last modified time | relevance | path

Searched refs:fileName (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp84 std::string fileName = fontPath + "line_cj.brk"; in InitFontEngine() local
86 fp = open(fileName.c_str(), O_RDONLY | O_BINARY); in InitFontEngine()
88 fp = open(fileName.c_str(), O_RDONLY); in InitFontEngine()
/ide/tools/previewer/jsapp/rich/external/
H A DStageContext.cpp378 const std::string& fileName) in GetModuleBufferFromHsp()
386 if (unzLocateFile(zipfile, fileName.c_str(), 1) != UNZ_OK) { in GetModuleBufferFromHsp()
387 printf("Failed to locate the file: %s\n", fileName.c_str()); in GetModuleBufferFromHsp()
394 printf("Failed to get the file info: %s\n", fileName.c_str()); in GetModuleBufferFromHsp()
400 printf("Failed to open the file: %s\n", fileName.c_str()); in GetModuleBufferFromHsp()
419 printf("File extracted and content saved: %s\n", fileName.c_str()); in GetModuleBufferFromHsp()
377 GetModuleBufferFromHsp(const std::string& hspFilePath, const std::string& fileName) GetModuleBufferFromHsp() argument
H A DStageContext.h45 std::vector<uint8_t>* GetModuleBufferFromHsp(const std::string& hspFilePath, const std::string& fileName);

Completed in 2 milliseconds