Searched defs:c_path (Results 1 – 9 of 9) sorted by relevance
418 let c_path = path_to_cstring(path.as_ref())?; in open_with_flags() localVariable441 let c_path = path_to_cstring(path.as_ref())?; in open_with_flags_and_vfs() localVariable
63 let c_path = CString::new(device_path.as_os_str().as_bytes()).unwrap(); in new_with_path() localVariable
148 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
526 let c_path = CString::new(device_path.as_os_str().as_bytes()).unwrap(); in new_with_path() localVariable
1119 const char* c_path = path.c_str(); in WipeBlockDevice() local
150 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