Home
last modified time | relevance | path

Searched refs:filenames (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/linux/fs/nls/
H A DKconfig27 system (if different) to store data (filenames) on a disk.
43 The Microsoft FAT file system family can deal with filenames in
46 codepage if you want to be able to read/write these filenames on
55 The Microsoft FAT file system family can deal with filenames in
463 Mac partitions correctly. This does apply to the filenames
478 Mac partitions correctly. This does apply to the filenames
492 Mac partitions correctly. This does apply to the filenames
506 Mac partitions correctly. This does apply to the filenames
520 Mac partitions correctly. This does apply to the filenames
534 Mac partitions correctly. This does apply to the filenames
[all …]
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py83 if args.filenames:
97 if args.filenames:
311 filenames = cooker_data.pkg_pn[pn]
318 return self.show_appends_output(filenames, best_filename)
321 filenames = [os.path.basename(f)
326 appended, missing = self.get_appends_for_files(filenames)
341 def get_appends_for_files(self, filenames): argument
343 for filename in filenames:
433 if not args.filenames:
463 for dirpath, dirnames, filenames in os.walk(layerdir):
[all …]
/openbmc/u-boot/tools/
H A Dgenboardscfg.py74 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
75 for filename in fnmatch.filter(filenames, '*_defconfig'):
82 for (dirpath, dirnames, filenames) in os.walk('.'):
83 for filename in filenames:
235 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
236 for filename in fnmatch.filter(filenames, '*_defconfig'):
367 for (dirpath, dirnames, filenames) in os.walk('.'):
368 if 'MAINTAINERS' in filenames:
/openbmc/linux/Documentation/filesystems/
H A Disofs.rst20 ASCII. Joliet filenames are stored in Unicode format, but
33 check=relaxed Matches filenames with different cases
34 check=strict Matches only filenames with the exact same case
36 map=off Do not map non-Rock Ridge filenames to lower case
37 map=normal Map non-Rock Ridge filenames to lower case
H A Dfscrypt.rst30 However, except for filenames, fscrypt does not encrypt filesystem
39 needed. eCryptfs also limits encrypted filenames to 143 bytes,
57 protects the confidentiality of file contents and filenames in the
179 greater of the security strength of the contents and filenames
323 plaintext filenames, the KDF is also used to derive a 128-bit
341 - AES-256-XTS for contents and AES-256-CTS-CBC for filenames
342 - AES-256-XTS for contents and AES-256-HCTR2 for filenames
343 - Adiantum for both contents and filenames
345 - SM4-XTS for contents and SM4-CTS-CBC for filenames
408 API, but the filenames mode still does.
[all …]
H A Dqnx6.rst88 its longname. (filenames longer than 27 characters)
116 One special case are long filenames or subdirectory names.
140 Long filenames
143 Long filenames are stored in a separate addressing tree. The staring point
/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c139 char **filenames; member
312 tmp = realloc(env.filenames, (env.filename_cnt + 1) * sizeof(*env.filenames)); in parse_arg()
315 env.filenames = tmp; in parse_arg()
317 if (!env.filenames[env.filename_cnt]) in parse_arg()
1796 env.filenames[0], env.filenames[1], in handle_comparison_mode()
1803 env.filenames[0], env.filenames[1], in handle_comparison_mode()
1837 i, env.filenames[0]); in handle_comparison_mode()
1842 j, env.filenames[1]); in handle_comparison_mode()
2002 err = process_obj(env.filenames[i]); in handle_verif_mode()
2087 free(env.filenames[i]); in main()
[all …]
/openbmc/bmcweb/scripts/
H A Dreplace_logs.py37 filenames = files.split(b"\n") variable
40 for filename in filenames:
/openbmc/openbmc/meta-phosphor/classes/
H A Dlicense_static.bbclass38 for dirpath, dirnames, filenames in os.walk(static_license_dir):
41 full_list = filenames+dirnames
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c258 char *filenames, *filename[3]; in parent() local
291 filename[0] = filenames = malloc(PATH_MAX); in parent()
292 if (!filenames) { in parent()
344 free(filenames); in parent()
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dcooker.py296 for (dirpath, _, filenames) in os.walk(machine_path):
300 for fname in filenames:
320 for (dirpath, _, filenames) in os.walk(distro_path):
324 for fname in filenames:
/openbmc/openbmc/poky/scripts/
H A Dpythondeps93 for dirpath, dirnames, filenames in os.walk(path):
96 if '__init__.py' not in filenames:
107 for fn in filenames:
/openbmc/qemu/scripts/codeconverter/
H A Dconverter.py30 DBG("filenames: %r", args.filenames)
33 files.extend(FileInfo(files, fn, args.force) for fn in args.filenames)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dsettings.py83 for dirpath, dirnames, filenames in os.walk(ZONEINFOPATH):
84 for fn in filenames:
/openbmc/linux/scripts/clang-tools/
H A Dgen_compile_commands.py88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
94 for filename in filenames:
/openbmc/linux/fs/isofs/
H A DKconfig9 long Unix filenames and symbolic links are also supported by this
25 which allows for long filenames in unicode format (unicode is the
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch38 +/* A mapping of local <-> archive charsets used by default to convert filenames
170 -2 just filenames but allow -h/-t/-z -l long Unix \"ls -l\" format\n\
178 -x exclude filenames that follow from listing\n";
184 + -x exclude filenames that follow from listing\n\
193 -C match filenames case-insensitively -L make (some) names \
202 + -C match filenames case-insensitively -L make (some) names \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/
H A Dlibfile-slurp-perl_9999.19.bb4 reading the list of filenames in a directory. \
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0005-linux-syslinux-implement-handle_adv_on_ext.patch27 + char *filenames[2] = {"ldlinux.sys", "extlinux.sys"};
34 + filename = filenames[i];
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg/
H A D0001-Makefile.am-Error-Fix.patch7 | sed: file filenames.sed line 3: unterminated `s' command
/openbmc/linux/fs/exfat/
H A DKconfig22 filenames and the UTF-16 character encoding that the exFAT
/openbmc/openbmc/meta-arm/ci/
H A Dpatchreview242filenames = subprocess.check_output(("git", "-C", directory, "ls-files", "recipes-*/**/*.patch", "…
243 patches += [os.path.join(directory, f) for f in filenames]
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0002-Fix-segfault-with-mangled-rename-patch.patch7 * src/pch.c (intuit_diff_type): Ensure that two filenames are specified
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py225filenames = subprocess.check_output(("git", "-C", directory, "ls-files", "recipes-*/**/*.patch", "…
226 patches += [os.path.join(directory, f) for f in filenames]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf23 ; newlines). It can also contain wildcards. The filenames are

1234