Home
last modified time | relevance | path

Searched defs:IsSymlink (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/pathtools/
Dfs.go107 IsSymlink(name string) (bool, error) methodSpec
225 func (fs *osFs) IsSymlink(name string) (bool, error) { func
372 func (m *mockFs) IsSymlink(name string) (bool, error) { func
/build/soong/android/
Dearly_module_context.go90 IsSymlink(path Path) bool methodSpec
118 func (e *earlyModuleContext) IsSymlink(path Path) bool { func
/build/make/tools/releasetools/
Dcommon.py2152 def IsSymlink(a): function