Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dbp2build.go72 return android.WriteFileToOutputDir(pathToFile, []byte(content), 0644)
/build/soong/java/
Djdeps.go123 err = android.WriteFileToOutputDir(jfpath, buf, 0666)
/build/soong/rust/
Dproject_json.go301 err = android.WriteFileToOutputDir(rustProjectPath, buf, 0666)
/build/soong/cc/
Dccdeps.go256 err = android.WriteFileToOutputDir(ccfpath, buf, 0666)
/build/soong/android/
Dpaths.go2099 func WriteFileToOutputDir(path WritablePath, data []byte, perm os.FileMode) error { func