Home
last modified time | relevance | path

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

/build/kati/
Deval.go33 fileExists fileState = iota const
64 case fileExists:
65 if st != fileExists {
532 msg := ev.cache.update(fn, hash, fileExists)
Ddepgraph.go192 State: fileExists,
Dserialize.go773 if mk.State != fileExists && mk.State != fileNotExists {
/build/soong/finder/fs/
Dfs.go472 file, fileExists := dir.files[baseName]
473 if fileExists {
774 _, fileExists := parent.files[leaf]
775 if fileExists {