Searched defs:fileExists (Results 1 – 2 of 2) sorted by relevance
115 func fileExists(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, func
147 func fileExists(path string) (bool, error) { func