Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 5 of 5) sorted by relevance

/buildroot/support/testing/tests/fs/
A Dtest_jffs2.py7 for file_name in files_list:
8 file_name = file_name.strip()
9 if file_name.startswith("Dirent") and file_name.endswith(fname):
/buildroot/support/kconfig/
A Dutil.c17 char *file_name = sym_expand_string_value(name); in file_lookup() local
21 free(file_name); in file_lookup()
28 file->name = file_name; in file_lookup()
/buildroot/package/lugaru/
A D0001-ImageIO-fix-invalid-conversion.patch24 @@ -122,7 +122,7 @@ static bool load_jpg(const char* file_name, ImageRec& tex)
/buildroot/package/trousers/
A D0002-Check-that-getpwent_r-is-available-before-using-it.patch46 char *file_name = NULL, *home_dir = NULL;
54 *file = strdup(file_name);
/buildroot/package/qt5/qt5webengine-chromium/
A D0001-Add-python3-build-support.patch1484 - 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