Home
last modified time | relevance | path

Searched defs:resolve_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bionic/linker/
H A Dlinker_utils.cpp204 std::string resolve_path(const std::string& path) { in resolve_path() function
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1422 def resolve_path(self, file_path: AnyStr, allow_fd: bool = False) -> AnyStr: member in FakeFilesystem