Searched refs:RustGetCurrentProcFullFileName (Results 1 – 5 of 5) sorted by relevance
27 let str_filename = directory_ex::ffi::RustGetCurrentProcFullFileName(); in test_get_current_proc_full_file_name_001()43 …ath = directory_ex::ffi::RustExtractFilePath(&directory_ex::ffi::RustGetCurrentProcFullFileName()); in test_extract_file_path_001()51 …ame = directory_ex::ffi::RustExtractFileName(&directory_ex::ffi::RustGetCurrentProcFullFileName()); in test_extract_file_name_001()
48 pub fn RustGetCurrentProcFullFileName() -> String; in RustGetCurrentProcFullFileName() function
29 rust::String RustGetCurrentProcFullFileName();
20 |String |**RustGetCurrentProcFullFileName**()<br>获取当前程序的完整的绝对路径。 |
29 rust::String RustGetCurrentProcFullFileName() in RustGetCurrentProcFullFileName() function