Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DTensorFlowCompile.cmake1 # Ensure the ${model} is available at ${final_path}.
3 function(tfgetmodel model final_path)
5 set(${final_path} ${model} PARENT_SCOPE)
7 set(${final_path}
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dedit_file.c178 (ep)->final_path = mystrdup(path); \
185 myfree((ep)->final_path); \
345 || rename(ep->tmp_path, ep->final_path) < 0) { in edit_file_close()
H A Dedit_file.h26 char *final_path; member