Home
last modified time | relevance | path

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

/build/soong/android/
Denv.go118 err = WriteFileToOutputDir(envFile, data, 0666)
Dpaths.go1548 func WriteFileToOutputDir(path WritablePath, data []byte, perm os.FileMode) error { func
/build/soong/java/
Djdeps.go125 err = android.WriteFileToOutputDir(jfpath, buf, 0666)
/build/soong/rust/
Dproject_json.go156 err = android.WriteFileToOutputDir(rustProjectPath, buf, 0666)
/build/soong/cc/
Dccdeps.go261 err = android.WriteFileToOutputDir(ccfpath, buf, 0666)