| /developtools/ace_js2bundle/ace-loader/src/ |
| D | read-json-plugin.js | 20 if (resolver && resolver.fileSystem && resolver.fileSystem.readFile) { 22 resolver.fileSystem.readFile(filepath, (error, content) => {
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | test.ts | 34 readFile 60 readFile(utPath, utFiles);
|
| D | test.js | 33 readFile, 70 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions; 96 readFile(utPath, utFiles);
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_kitConfigs_file.js | 27 readFile(kitFilePath, kitFiles); 98 function readFile(dir, fileDir) { function 104 readFile(filePath, fileDir);
|
| D | build_declarations_file.js | 46 readFile(filePath, files); 89 function readFile(dir, fileDir) { function 95 readFile(filePath, fileDir);
|
| D | main.js | 22 readFile,
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | process_kit_import.test.ts | 63 path.resolve(__dirname, '../../../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | do_arkTS_linter.ts | 236 readFile: ts.sys.readFile,
|
| D | ets_checker.ts | 147 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) => {
|
| D | process_visual.ts | 51 ts.sys.readFile
|
| D | utils.ts | 228 export function readFile(dir: string, utFiles: string[]): void { function 235 readFile(filePath, utFiles);
|
| D | process_component_build.ts | 431 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/ |
| D | SignToolServiceImpl.java | 279 byte[] p7b = FileUtils.readFile(new File(adapter.getInFile())); in verifyProfile() 415 byte[] bytes = FileUtils.readFile(input); in getProvisionContent()
|
| /developtools/smartperf_host/ide/server/ |
| D | main.go | 389 readFile := bufio.NewReader(file) 390 line, readErr := readFile.ReadString('\n')
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 116 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/ |
| D | LocalizationAdapter.java | 270 certificates = CertUtils.generateCertificates(FileUtils.readFile(certFile)); in getCertsFromFile()
|
| /developtools/ace_ets2bundle/compiler/server/ |
| D | build_pipe_server.js | 146 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/ |
| D | CmdUnitTest.java | 930 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/ |
| D | VerifyElf.java | 201 byte[] bytes = FileUtils.readFile(bin); in verifyElf()
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 290 path.resolve(__dirname, '../../../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
|