Home
last modified time | relevance | path

Searched defs:createEmptyFile (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/timezone/distro/core/src/main/com/android/timezone/distro/
H A DFileUtils.java185 public static void createEmptyFile(File file) throws IOException { in createEmptyFile() method in FileUtils
/aosp12/build/make/tools/releasetools/
H A Dtest_merge_target_files.py36 def createEmptyFile(path): function
/aosp12/build/soong/java/
H A Dprebuilt_apis.go123 func createEmptyFile(mctx android.LoadHookContext, name string) { func