Searched refs:final_path (Results 1 – 3 of 3) sorted by relevance
1 # 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}
178 (ep)->final_path = mystrdup(path); \185 myfree((ep)->final_path); \345 || rename(ep->tmp_path, ep->final_path) < 0) { in edit_file_close()
26 char *final_path; member