Home
last modified time | relevance | path

Searched refs:readFile (Results 1 – 19 of 19) 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.js33 readFile,
57 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
87 readFile(utPath, utFiles);
Dtest.ts34 readFile
60 readFile(utPath, utFiles);
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DProfileUtils.java39 byte[] bytes = FileUtils.readFile(input); in getProvisionContent()
DFileUtils.java116 public static byte[] readFile(File file) throws IOException { in readFile() method in FileUtils
/developtools/ace_ets2bundle/compiler/
Dbuild_declarations_file.js46 readFile(filePath, files);
89 function readFile(dir, fileDir) { function
95 readFile(filePath, fileDir);
Dmain.js22 readFile,
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts90 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
226 readFile: ts.sys.readFile,
470 readFile(fileName: string): string | undefined {
471 return ts.sys.readFile(fileName);
677 host.readFile = (fileName: string) => {
Dutils.ts223 export function readFile(dir: string, utFiles: string[]) { function
230 readFile(filePath, utFiles);
Dprocess_visual.ts51 ts.sys.readFile
Dprocess_component_build.ts314 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
/developtools/smartperf_host/ide/server/
Dmain.go386 readFile := bufio.NewReader(file)
387 line, readErr := readFile.ReadString('\n')
/developtools/profiler/host/smartperf/ide/server/
Dmain.go386 readFile := bufio.NewReader(file)
387 line, readErr := readFile.ReadString('\n')
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DLocalizationAdapter.java270 certificates = CertUtils.generateCertificates(FileUtils.readFile(certFile)); in getCertsFromFile()
DSignToolServiceImpl.java278 byte[] p7b = FileUtils.readFile(new File(adapter.getInFile())); in verifyProfile()
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts223 path.resolve(__dirname, '../../../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
/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()