Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_utils.cpp75 bool normalize_path(const char* path, std::string* normalized_path) { in normalize_path() function
/aosp12/build/make/tools/warn/
H A Dwarn_common.py268 def normalize_path(path, flags, android_root=None): function