Searched refs:WriteFileToOutputDir (Results 1 – 5 of 5) sorted by relevance
/build/soong/bp2build/ |
D | bp2build.go | 61 return android.WriteFileToOutputDir(pathToFile, []byte(content), 0644)
|
/build/soong/java/ |
D | jdeps.go | 126 err = android.WriteFileToOutputDir(jfpath, buf, 0666)
|
/build/soong/rust/ |
D | project_json.go | 297 err = android.WriteFileToOutputDir(rustProjectPath, buf, 0666)
|
/build/soong/cc/ |
D | ccdeps.go | 261 err = android.WriteFileToOutputDir(ccfpath, buf, 0666)
|
/build/soong/android/ |
D | paths.go | 1983 func WriteFileToOutputDir(path WritablePath, data []byte, perm os.FileMode) error { func
|