Home
last modified time | relevance | path

Searched defs:canonicalize_file_name (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/0.153/bionic-fixup/
DAndroidFixup.h48 #define canonicalize_file_name(path) realpath(path, NULL) macro
/external/elfutils/0.153/host-darwin-fixup/
DAndroidFixup.h76 #define canonicalize_file_name(path) realpath(path, NULL) macro
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1258 TEST(MemorySanitizer, canonicalize_file_name) { in TEST() argument