Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestUtils.java75 public static void createNewFile(File file) throws IOException { in createNewFile() method in TestUtils
/third_party/typescript/src/services/
DtextChanges.ts956 …public createNewFile(oldFile: SourceFile | undefined, fileName: string, statements: readonly (Stat… method in ts.textChanges.ChangeTracker