Home
last modified time | relevance | path

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

/Zephyr-latest/cmake/
Dllext-edk.cmake87 # edk_escape(<target> <str_in> <str_out>)
89 # Escape problematic characters in the string <str_in> and store the result in
91 function(edk_escape target str_in str_out)
92 string(REPLACE "\\" "\\\\" str_escaped "${str_in}")