Home
last modified time | relevance | path

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

/build/soong/android/
Denv.go85 err = WriteFileToOutputDir(envFile, data, 0666)
Dpaths.go1445 func WriteFileToOutputDir(path WritablePath, data []byte, perm os.FileMode) error { func
/build/soong/java/
Djdeps.go124 err = android.WriteFileToOutputDir(jfpath, buf, 0666)
/build/soong/cc/
Dccdeps.go261 err = android.WriteFileToOutputDir(ccfpath, buf, 0666)