Home
last modified time | relevance | path

Searched refs:ParseFile (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dparser.h56 bool ParseFile();
H A Dparser.cpp41 ret = ParseFile(); in Parse()
54 bool Parser::ParseFile() in ParseFile() function in OHOS::Idl::Parser
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h88 int ParseFile(const char* fname = nullptr);
H A Dfont_config.cpp157 int FontConfigJson::ParseFile(const char* fname) in ParseFile() function in OHOS::Rosen::TextEngine::FontConfigJson
160 LOGSO_FUNC_LINE(DEBUG) << "ParseFile fname is nullptr"; in ParseFile()
164 LOGSO_FUNC_LINE(INFO) << "ParseFile fname is: " << fname; in ParseFile()
168 LOGSO_FUNC_LINE(ERROR) << "ParseFile ParseConfigList failed"; in ParseFile()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp26 std::tuple<int, FileInfo> ParseFile(int32_t file) in ParseFile() function
40 std::tuple<int, FileInfo> ParseFile(std::string file) in ParseFile() function
135 auto [fileState, fileInfo] = ParseFile(file); in Stat()
155 auto [fileState, fileInfo] = ParseFile(file); in Stat()
158 LOGE("ParseFile false, please check the file path!"); in Stat()
931 auto [fileState, fileInfo] = ParseFile(path); in Access()
945 auto [fileState, fileInfo] = ParseFile(file); in Truncate()
979 auto [fileState, fileInfo] = ParseFile(fd); in Truncate()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h72 bool ParseFile();
H A Dparser.cpp78 bool ret = ParseFile(); in ParseOne()
102 bool Parser::ParseFile() in ParseFile() function in OHOS::Idl::Parser
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp129 EXPECT_EQ(fontConfigJson.ParseFile(), 0); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp122 fontConfigJson.ParseFile(); in GetUIFontConfig()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2943 int res = fontConfigJson.ParseFile(); in OH_Drawing_GetSystemFontConfigInfo()

Completed in 15 milliseconds