Home
last modified time | relevance | path

Searched defs:is_symlink (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/graphics/common/memtrack-pixel/core/
H A Dfilesystem.cpp28 bool is_symlink(const path& p) { in is_symlink() function
/aosp12/system/apex/tools/
H A Ddeapexer.py41 is_symlink=False): argument
64 def is_symlink(self): member in ApexImageEntry
/aosp12/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp22 bool is_symlink(FileStatus f) { in is_symlink() function
/aosp12/art/build/apex/
H A Dart_apex_test.py73 def __init__(self, name, is_dir, is_exec, is_symlink, size): argument