Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/
Dopen_emulation.cc28 const char* real_path = nullptr; in OpenatForGuest() local
Dunistd_emulation.cc29 const char* real_path = TryReadLinkToMainExecutableRealPath(path); in ReadLinkAtForGuest() local
/frameworks/libs/binary_translation/kernel_api/riscv64/
Dsyscall_emulation.cc57 const char* real_path = nullptr; in FstatatForGuest() local
/frameworks/libs/binary_translation/tiny_loader/tests/
Dtiny_loader_tests.cc53 bool GetTestElfFilepath(const char* name, std::string* real_path, std::string* error_msg) { in GetTestElfFilepath()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp4467 const std::string& real_path = path.empty() ? screenshot_path_ : path; in TakeScreenshot() local