Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DFileUtils.java231 File newFile = new File(filePath); in unzip() local
/developtools/hdc/src/common/
Dbase.cpp758 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile()