Home
last modified time | relevance | path

Searched defs:Readlink (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/blueprint/pathtools/
H A Dfs.go236 func (fs *osFs) Readlink(name string) (string, error) { func
479 func (m *mockFs) Readlink(name string) (string, error) { func
/aosp12/system/update_engine/common/
H A Dtest_utils.cc93 string Readlink(const string& path) { in Readlink() function
/aosp12/system/libbase/
H A Dfile_test.cpp258 TEST(file, Readlink) { in TEST() argument
H A Dfile.cpp399 bool Readlink(const std::string& path, std::string* result) { in Readlink() function
/aosp12/build/soong/android/
H A Dmodule.go1954 func (b *earlyModuleContext) Readlink(path Path) string { func