Searched refs:str_in (Results 1 – 1 of 1) sorted by relevance
87 # edk_escape(<target> <str_in> <str_out>)89 # Escape problematic characters in the string <str_in> and store the result in91 function(edk_escape target str_in str_out)92 string(REPLACE "\\" "\\\\" str_escaped "${str_in}")