Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/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
47 DOS/Windows partitions correctly. This does apply to the filenames
55 The Microsoft FAT file system family can deal with filenames in
58 codepage if you want to be able to read/write these filenames on
59 DOS/Windows partitions correctly. This does apply to the filenames
67 The Microsoft FAT file system family can deal with filenames in
70 codepage if you want to be able to read/write these filenames on
71 DOS/Windows partitions correctly. This does apply to the filenames
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py55 …f.list_recipes('Overlayed recipes', None, True, args.same_version, args.filenames, False, True, No…
82 if args.filenames:
96 if args.filenames:
121 …self.list_recipes(title, args.pnspec, False, False, args.filenames, args.recipes_only, args.multip…
302 filenames = self.tinfoil.cooker_data.pkg_pn[pn]
307 return self.show_appends_output(filenames, best_filename)
310 filenames = [os.path.basename(f)
312 return self.show_appends_output(filenames, None, " (skipped)")
314 def show_appends_output(self, filenames, best_filename, name_suffix = ''): argument
315 appended, missing = self.get_appends_for_files(filenames)
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dgenboardscfg.py75 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
76 for filename in fnmatch.filter(filenames, '*_defconfig'):
83 for (dirpath, dirnames, filenames) in os.walk('.'):
84 for filename in filenames:
236 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
237 for filename in fnmatch.filter(filenames, '*_defconfig'):
368 for (dirpath, dirnames, filenames) in os.walk('.'):
369 if 'MAINTAINERS' in filenames:
/OK3568_Linux_fs/kernel/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
90 plaintext file contents or filenames from other users on the same
137 - In general, decrypted contents and filenames in the kernel VFS
179 greater of the security strength of the contents and filenames
263 suitable for both contents and filenames encryption, and it accepts
272 (contents or filenames) is encrypted, the file's 16-byte nonce is
290 key and a single filenames encryption key. To still encrypt different
323 plaintext filenames, the KDF is also used to derive a 128-bit
[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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/wireshark/files/
H A D0001-wireshark-src-improve-reproducibility.patch27 # Create the proper list of filenames
28 filenames = []
/OK3568_Linux_fs/yocto/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:
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dpythondeps91 for dirpath, dirnames, filenames in os.walk(path):
94 if '__init__.py' not in filenames:
105 for fn in filenames:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/
H A Dsettings.py81 for dirpath, dirnames, filenames in os.walk(ZONEINFOPATH):
82 for fn in filenames:
/OK3568_Linux_fs/yocto/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 \
/OK3568_Linux_fs/kernel/scripts/clang-tools/
H A Dgen_compile_commands.py85 for dirpath, _, filenames in os.walk(directory):
86 for filename in filenames:
/OK3568_Linux_fs/kernel/fs/isofs/
H A DKconfig8 long Unix filenames and symbolic links are also supported by this
24 which allows for long filenames in unicode format (unicode is the
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0028-debug-101473-apply-debug-prefix-maps-before-checksum.patch7 The following makes sure to apply the debug prefix maps to filenames
81 /* Lookup FILE_NAME (in the list of filenames that we know about here in
/OK3568_Linux_fs/yocto/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];
/OK3568_Linux_fs/buildroot/utils/
H A Dscanpypi72 def find_file_upper_case(filenames, path='./'): argument
84 if file.upper() in filenames:
487 filenames = ['LICENCE', 'LICENSE', 'LICENSE.MD', 'LICENSE.RST',
489 self.license_files = list(find_file_upper_case(filenames, self.tmp_extract))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libfile/
H A Dlibfile-slurp-perl_9999.19.bb4 reading the list of filenames in a directory. \
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc.py48 for dirpath, dirnames, filenames in os.walk(plugindir):
49 for fn in filenames:
649 for root, dirnames, filenames in os.walk(testdir):
650 for filename in fnmatch.filter(filenames, '*.json'):
/OK3568_Linux_fs/kernel/fs/exfat/
H A DKconfig20 filenames and the UTF-16 character encoding that the exFAT
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/package/patch/
H A D0001-Fix-segfault-with-mangled-rename-patch.patch7 * src/pch.c (intuit_diff_type): Ensure that two filenames are specified
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-wheel/
H A D0001-Fixed-potential-DoS-attack-via-WHEEL_INFO_RE.patch21 # invalid wheel filenames will match). Separate regex for .dist-info?
/OK3568_Linux_fs/buildroot/package/ncurses/
H A DConfig.in35 The terminfo filenames should have the single letter path

123456