Home
last modified time | relevance | path

Searched defs:Lstat (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/pathtools/
Dfs.go110 Lstat(name string) (os.FileInfo, error) methodSpec
207 func (fs *osFs) Lstat(path string) (stats os.FileInfo, err error) { func
404 func (m *mockFs) Lstat(name string) (os.FileInfo, error) { func
/build/soong/finder/fs/
Dfs.go53 Lstat(path string) (stats os.FileInfo, err error) methodSpec
99 func (osFs) Lstat(path string) (stats os.FileInfo, err error) { func
450 func (m *MockFs) Lstat(path string) (stats os.FileInfo, err error) { func