Home
last modified time | relevance | path

Searched defs:IsLink (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dregistry.cc482 expected<bool, LONG> RegKey::IsLink() const { in IsLink() function in base::win::RegKey
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_posix.cc753 bool IsLink(const FilePath& file_path) { in IsLink() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DSquashfsHandler.cpp298 bool IsLink() const { return (Type == kType_LNK || Type == kType_LNK + 7); } in IsLink() function
H A DExtHandler.cpp659 bool IsLink() const { return MY_LIN_S_ISLNK(Mode); } in IsLink() function
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_win.cc906 bool IsLink(const FilePath& file_path) { in IsLink() function
H A Dfile_util_posix.cc891 bool IsLink(const FilePath& file_path) { in IsLink() function