Home
last modified time | relevance | path

Searched refs:createNewFile (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestUtils.java62 createNewFile(file); in createFileChannelForWriting()
75 public static void createNewFile(File file) throws IOException { in createNewFile() method in TestUtils
80 file.createNewFile(); in createNewFile()
84 createNewFile(file); in createOutputStream()
DTestFontUtils.java223 serializedFontFile.createNewFile(); in serializeFont()
/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts69 …changes.createNewFile(oldFile, combinePaths(currentDirectory, newFileNameWithExtension), getNewSta…
/third_party/typescript/src/services/
DtextChanges.ts956 …public createNewFile(oldFile: SourceFile | undefined, fileName: string, statements: readonly (Stat… method in ts.textChanges.ChangeTracker