Home
last modified time | relevance | path

Searched refs:WriteFileToOutputDir (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/bp2build/
H A Dbp2build.go61 return android.WriteFileToOutputDir(pathToFile, []byte(content), 0644)
/aosp12/build/soong/java/
H A Djdeps.go126 err = android.WriteFileToOutputDir(jfpath, buf, 0666)
/aosp12/build/soong/rust/
H A Dproject_json.go297 err = android.WriteFileToOutputDir(rustProjectPath, buf, 0666)
/aosp12/build/soong/cc/
H A Dccdeps.go261 err = android.WriteFileToOutputDir(ccfpath, buf, 0666)
/aosp12/build/soong/android/
H A Dpaths.go1983 func WriteFileToOutputDir(path WritablePath, data []byte, perm os.FileMode) error { func