Home
last modified time | relevance | path

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

/build/make/tools/rbcrun/
Dhost.go115 func fileExists(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, func
228 "rblf_file_exists": starlark.NewBuiltin("rblf_file_exists", fileExists),
/build/soong/finder/fs/
Dfs.go477 file, fileExists := dir.files[baseName]
478 if fileExists {
789 _, fileExists := parent.files[leaf]
790 if fileExists {