Searched refs:file_name (Results 1 – 5 of 5) sorted by relevance
7 for file_name in files_list:8 file_name = file_name.strip()9 if file_name.startswith("Dirent") and file_name.endswith(fname):
17 char *file_name = sym_expand_string_value(name); in file_lookup() local21 free(file_name); in file_lookup()28 file->name = file_name; in file_lookup()
24 @@ -122,7 +122,7 @@ static bool load_jpg(const char* file_name, ImageRec& tex)
46 char *file_name = NULL, *home_dir = NULL;54 *file = strdup(file_name);
1484 - with open(os.path.abspath(file_name), 'w') as pickle_file:1485 + with open(os.path.abspath(file_name), 'wb') as pickle_file:
Completed in 15 milliseconds