Searched defs:c_path (Results 1 – 4 of 4) sorted by relevance
371 let c_path = path_to_cstring(path.as_ref())?; in open_with_flags() localVariable394 let c_path = path_to_cstring(path.as_ref())?; in open_with_flags_and_vfs() localVariable
103 char* c_path = strdup(c_file); in CreateTMPFile() local
101 let c_path = CString::new(device_path.as_os_str().as_bytes()).unwrap(); in new_with_path() localVariable
105 let c_path = CString::new(device_path.as_os_str().as_bytes()).unwrap(); in new_with_path() localVariable