Home
last modified time | relevance | path

Searched refs:readFile (Results 1 – 20 of 20) sorted by relevance

/developtools/ace_js2bundle/ace-loader/src/
Dread-json-plugin.js20 if (resolver && resolver.fileSystem && resolver.fileSystem.readFile) {
22 resolver.fileSystem.readFile(filepath, (error, content) => {
/developtools/ace_ets2bundle/compiler/test/
Dtest.ts34 readFile
60 readFile(utPath, utFiles);
Dtest.js33 readFile,
70 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
96 readFile(utPath, utFiles);
/developtools/ace_ets2bundle/compiler/
Dbuild_kitConfigs_file.js27 readFile(kitFilePath, kitFiles);
98 function readFile(dir, fileDir) { function
104 readFile(filePath, fileDir);
Dbuild_declarations_file.js46 readFile(filePath, files);
89 function readFile(dir, fileDir) { function
95 readFile(filePath, fileDir);
Dmain.js22 readFile,
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_kit_import.test.ts63 path.resolve(__dirname, '../../../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts236 readFile: ts.sys.readFile,
Dets_checker.ts147 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
358 readFile: ts.sys.readFile,
719 readFile(fileName: string): string | undefined {
720 return ts.sys.readFile(fileName);
962 host.readFile = (fileName: string) => {
Dprocess_visual.ts51 ts.sys.readFile
Dutils.ts228 export function readFile(dir: string, utFiles: string[]): void { function
235 readFile(filePath, utFiles);
Dprocess_component_build.ts431 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java279 byte[] p7b = FileUtils.readFile(new File(adapter.getInFile())); in verifyProfile()
415 byte[] bytes = FileUtils.readFile(input); in getProvisionContent()
/developtools/smartperf_host/ide/server/
Dmain.go389 readFile := bufio.NewReader(file)
390 line, readErr := readFile.ReadString('\n')
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java116 public static byte[] readFile(File file) throws IOException { in readFile() method in FileUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/adapter/
DLocalizationAdapter.java270 certificates = CertUtils.generateCertificates(FileUtils.readFile(certFile)); in getCertsFromFile()
/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js146 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java930 byte[] bytes = FileUtils.readFile(file); in testByteToZip()
931 byte[] outBytes = FileUtils.readFile(outFile); in testByteToZip()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java201 byte[] bytes = FileUtils.readFile(bin); in verifyElf()
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts290 path.resolve(__dirname, '../../../tsconfig.json'), ts.sys.readFile).config.compilerOptions;