Home
last modified time | relevance | path

Searched refs:CreateOutputDirIfNonexistent (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/bp2build/
H A Dbp2build.go44 android.CreateOutputDirIfNonexistent(dirPath, os.ModePerm)
/aosp12/build/soong/android/
H A Dpaths.go1991 func CreateOutputDirIfNonexistent(path WritablePath, perm os.FileMode) error { func