Searched refs:RustFileExists (Results 1 – 5 of 5) sorted by relevance
46 pub fn RustFileExists(fileName: &String) -> bool; in RustFileExists() function
47 bool RustFileExists(const rust::String& fileName);
19 | bool | **RustFileExists**(fileName: &String)<br>检查指定文件是否存在。 |
537 assert!(file_ex::ffi::RustFileExists(&filepath)); in test_file_exist_001()538 assert!(!(file_ex::ffi::RustFileExists(&filepath1))); in test_file_exist_001()
88 bool RustFileExists(const rust::String& fileName) in RustFileExists() function