Searched defs:c_path (Results 1 – 8 of 8) sorted by relevance
471 let c_path = path_to_cstring(path.as_ref())?; in open_with_flags() localVariable495 let c_path = path_to_cstring(path.as_ref())?; in open_with_flags_and_vfs() localVariable
169 let c_path = CString::new(device_path.as_os_str().as_bytes()).unwrap(); in new_with_path() localVariable
65 let c_path = CString::new(device_path.as_os_str().as_bytes()).unwrap(); in new_with_path() localVariable
106 char* c_path = strdup(c_file); in CreateTMPFile() local
528 let c_path = CString::new(device_path.as_os_str().as_bytes()).unwrap(); in new_with_path() localVariable
180 let c_path = CString::new(device_path.as_os_str().as_bytes()).unwrap(); in new_with_path() localVariable
69319 struct rds_conn_path *c_path; member