Home
last modified time | relevance | path

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

/build/soong/java/
Djdeps.go111 err = android.WriteFileToOutputDir(jfpath, buf, 0666)
/build/soong/rust/
Dproject_json.go227 err = android.WriteFileToOutputDir(rustProjectPath, buf, 0666)
/build/soong/cc/
Dccdeps.go250 err = android.WriteFileToOutputDir(ccfpath, buf, 0666)
/build/soong/android/
Dpaths.go2490 func WriteFileToOutputDir(path WritablePath, data []byte, perm os.FileMode) error { func