Home
last modified time | relevance | path

Searched defs:inFile (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsp_parse_fps.cpp99 FileSteamPtr inFile(new std::ifstream()); in ParseTraceFile() local
206 FileSteamPtr inFile(new std::ifstream()); in PraseFPSTrace() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java226 …public static boolean appendWriteFileByOffsetToFile(String inFile, FileOutputStream out, long offs… in appendWriteFileByOffsetToFile()