Searched refs:readFile (Results 1 – 19 of 19) sorted by relevance
| /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.js | 33 readFile, 57 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions; 87 readFile(utPath, utFiles);
|
| D | test.ts | 34 readFile 60 readFile(utPath, utFiles);
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | ProfileUtils.java | 39 byte[] bytes = FileUtils.readFile(input); in getProvisionContent()
|
| D | FileUtils.java | 116 public static byte[] readFile(File file) throws IOException { in readFile() method in FileUtils
|
| /developtools/ace_ets2bundle/compiler/ |
| 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/src/ |
| D | ets_checker.ts | 90 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) => {
|
| D | utils.ts | 223 export function readFile(dir: string, utFiles: string[]) { function 230 readFile(filePath, utFiles);
|
| D | process_visual.ts | 51 ts.sys.readFile
|
| D | process_component_build.ts | 314 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
|
| /developtools/smartperf_host/ide/server/ |
| D | main.go | 386 readFile := bufio.NewReader(file) 387 line, readErr := readFile.ReadString('\n')
|
| /developtools/profiler/host/smartperf/ide/server/ |
| D | main.go | 386 readFile := bufio.NewReader(file) 387 line, readErr := readFile.ReadString('\n')
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/ |
| D | LocalizationAdapter.java | 270 certificates = CertUtils.generateCertificates(FileUtils.readFile(certFile)); in getCertsFromFile()
|
| D | SignToolServiceImpl.java | 278 byte[] p7b = FileUtils.readFile(new File(adapter.getInFile())); in verifyProfile()
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 223 path.resolve(__dirname, '../../../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
|
| /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()
|