Home
last modified time | relevance | path

Searched refs:canonicalize_slashes (Results 1 – 1 of 1) sorted by relevance

/system/extras/ext4_utils/
Dmake_ext4fs.c505 static char *canonicalize_slashes(const char *str, bool absolute) in canonicalize_slashes() function
553 return canonicalize_slashes(str, true); in canonicalize_abs_slashes()
558 return canonicalize_slashes(str, false); in canonicalize_rel_slashes()