Home
last modified time | relevance | path

Searched refs:jsonFile (Results 1 – 5 of 5) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_pack.cpp376 string jsonFile = FileEntry::FilePath(featureDependEntry).Append(CONFIG_JSON).GetPath(); in HandleFeature() local
377 ConfigParser entryJson(jsonFile); in HandleFeature()
380 cerr << "Error: config json invalid." << NEW_LINE_PATH << jsonFile << endl; in HandleFeature()
397 jsonFile = FileEntry::FilePath(output).Append(CONFIG_JSON).GetPath(); in HandleFeature()
398 ConfigParser config(jsonFile); in HandleFeature()
400 cerr << "Error: config json invalid." << NEW_LINE_PATH << jsonFile << endl; in HandleFeature()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts120 let jsonFile: string = '';
121 jsonFile = fs.readFileSync(this.hashJsonFilePath).toString();
122 jsonObject = JSON.parse(jsonFile);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts431 let jsonFile: string = '';
434 jsonFile = fs.readFileSync(this.hashJsonFilePath).toString();
435 jsonObject = JSON.parse(jsonFile);
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts874 let jsonFile: string = ''; variable
876 jsonFile = fs.readFileSync(hashFilePath).toString();
877 jsonObject = JSON.parse(jsonFile);
939 let jsonFile: string = '';
941 jsonFile = fs.readFileSync(hashFilePath).toString();
942 jsonObject = JSON.parse(jsonFile);
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js307 let jsonFile = "";
309 jsonFile = fs.readFileSync(hashFilePath).toString();
310 jsonObject = JSON.parse(jsonFile);