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
229 func (fs *osFs) IsSymlink(name string) (bool, error) { func
384 func (m *mockFs) IsSymlink(name string) (bool, error) { func
/build/make/tools/releasetools/
Dcommon.py2118 def IsSymlink(a): function
/build/soong/android/
Dmodule.go165 IsSymlink(path Path) bool methodSpec
2513 func (e *earlyModuleContext) IsSymlink(path Path) bool { func