Lines Matching refs:bool
24 pub fn RustLoadStringFromFile(filePath: &String, content: &mut String) -> bool;
27 pub fn RustSaveStringToFile(filePath: &String, content: &String, truncated: bool) -> bool;
30 pub fn RustLoadStringFromFd(fd: i32, content: &mut String) -> bool;
33 pub fn RustSaveStringToFd(fd: i32, content: &String) -> bool;
36 pub fn RustLoadBufferFromFile(filePath: &String, content: &mut Vec<c_char>) -> bool;
42 truncated: bool,
43 ) -> bool;
46 pub fn RustFileExists(fileName: &String) -> bool;
52 caseSensitive: bool,
53 ) -> bool;
56 pub fn RustCountStrInFile(fileName: &String, subStr: &String, caseSensitive: bool) -> i32;