Home
last modified time | relevance | path

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

/developtools/ace-ets2bundle/compiler/test/
Dtest.js30 readFile
46 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
64 readFile(utPath, utFiles);
Dtest.ts34 readFile
60 readFile(utPath, utFiles);
/developtools/profiler/host/smartperf/ide/server/
Dmain.go156 readFile, readErr := ioutil.ReadFile(ohosTsPath)
158 fmt.Println(string(readFile))
159 split := SplitLines(string(readFile))
191 readFile := bufio.NewReader(file)
192 line, readErr := readFile.ReadString('\n')
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DProfileUtils.java38 byte[] bytes = FileUtils.readFile(input); in getProvisionContent()
DFileUtils.java97 public static byte[] readFile(File file) throws IOException { in readFile() method in FileUtils
/developtools/profiler/host/smartperf/client/include/
Dgp_utils.h27 std::string readFile(const std::string &cmd);
/developtools/ace-ets2bundle/compiler/src/
Dets_checker.ts60 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
111 readFile: ts.sys.readFile,
132 readFile(fileName: string): string | undefined {
133 return ts.sys.readFile(fileName);
229 host.readFile = (fileName: string) => {
Dutils.ts145 export function readFile(dir: string, utFiles: string[]) { function
152 readFile(filePath, utFiles);
Dpre_process.ts81 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
Dprocess_component_build.ts217 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
/developtools/ace-ets2bundle/compiler/
Dbuild_declarations_file.js45 readFile(filePath, files);
78 function readFile(dir, fileDir) { function
84 readFile(filePath, fileDir);
Dmain.js20 const { readFile } = require('./lib/utils');
/developtools/profiler/host/smartperf/client/
DRAM.cpp49 std::string pidLine = GPUtils::readFile(pidStr); in getRamInfo()
Dgp_utils.cpp51 std::string GPUtils::readFile(const std::string &cmd) in readFile() function in OHOS::SmartPerf::GPUtils
DFPS.cpp56 std::string layer_line = GPUtils::readFile(cmd); in setPackageName()
Dprofiler.cpp132 std::string res = GPUtils::readFile(cmdCapture); in createSnapshot()
/developtools/ace-ets2bundle/compiler/server/
Dbuild_pipe_server.js110 path.resolve(__dirname, '../tsconfig.json'), ts.sys.readFile).config.compilerOptions;
/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.java281 byte[] p7b = FileUtils.readFile(new File(adapter.getInFile())); in verifyProfile()