Searched defs:get_file_contents (Results 1 – 3 of 3) sorted by relevance
282 def get_file_contents(file_path: str) -> List[str]: function
383 fn get_file_contents(file_name: &str) -> Result<Option<Vec<u8>>, Error> { in get_file_contents() function
569 static int get_file_contents(char *file, char *buf, int size) in get_file_contents() function