Home
last modified time | relevance | path

Searched full:filenames (Results 1 – 25 of 218) sorted by relevance

123456789

/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
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 …]
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py55 …f.list_recipes('Overlayed recipes', None, True, args.same_version, args.filenames, False, True, No…
83 if args.filenames:
97 if args.filenames:
122 …self.list_recipes(title, args.pnspec, False, False, args.filenames, args.recipes_only, args.multip…
311 filenames = cooker_data.pkg_pn[pn]
318 return self.show_appends_output(filenames, best_filename)
321 filenames = [os.path.basename(f)
323 return self.show_appends_output(filenames, None, " (skipped)")
325 def show_appends_output(self, filenames, best_filename, name_suffix = ''): argument
326 appended, missing = self.get_appends_for_files(filenames)
[all …]
/openbmc/linux/Documentation/filesystems/
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 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 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/fs/crypto/
H A Dfname.c23 * filenames encryption modes. Filenames shorter than this will be zero-padded
34 * mean using the ciphertext filenames. However, since the ciphertext filenames
56 * take the performance hit of SHA-256 on very long filenames (which are rare).
82 * @inode: inode of the parent directory (for regular filenames)
139 * @inode: inode of the parent directory (for regular filenames)
199 * base64 to avoid the '/' character, which isn't allowed in filenames.
287 * Filenames that are shorter than the maximum length may have their lengths
303 * fscrypt_fname_alloc_buffer() - allocate a buffer for presented filenames
304 * @max_encrypted_len: maximum length of encrypted filenames the buffer will be
328 * fscrypt_fname_free_buffer() - free a buffer for presented filenames
[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/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)
91 p.add_argument('filenames', nargs='+')
/openbmc/qemu/tests/qemu-iotests/
H A D2244 # Test json:{} filenames with qemu-internal BDSs
62 # to enforce json:{} filenames
92 # get our mid/base filenames here
H A D0994 # Test valid filenames for blkdebug and blkverify representatively for
50 # data_file would change the json:{} filenames
/openbmc/openbmc/poky/scripts/
H A Dpythondeps9 # Given the -d argument and a filename/filenames, returns the modules imported by those files.
93 for dirpath, dirnames, filenames in os.walk(path):
96 if '__init__.py' not in filenames:
107 for fn 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/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/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp242 std::vector<std::string> fileNames{}; in findConfigFile() local
249 fileNames.emplace_back(systemType + ".json"); in findConfigFile()
256 fileNames.emplace_back(systemType.substr(pos + 1) + ".json"); in findConfigFile()
261 fileNames.emplace_back(defaultConfigFileName); in findConfigFile()
264 for (const std::string& fileName : fileNames) in findConfigFile()
/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()
316 env.filenames[env.filename_cnt] = strdup(arg); in parse_arg()
317 if (!env.filenames[env.filename_cnt]) in parse_arg()
1777 err = parse_stats_csv(env.filenames[0], &base_specs, in handle_comparison_mode()
1780 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[0], err); in handle_comparison_mode()
1783 err = parse_stats_csv(env.filenames[1], &comp_specs, in handle_comparison_mode()
1786 fprintf(stderr, "Failed to parse stats from '%s': %d\n", env.filenames[1], err); in handle_comparison_mode()
1796 env.filenames[0], env.filenames[1], in handle_comparison_mode()
[all …]
/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp/
H A Dauthorized-keys-comp.sh26 # duplicate filenames. Duplicate filenames will be overridden by higher
/openbmc/bmcweb/scripts/
H A Dreplace_logs.py37 filenames = files.split(b"\n") variable
40 for filename in filenames:
/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/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c24 * This function takes two filenames:
26 * OUT "u-boot-mmc-spl.bin" as filenames.
/openbmc/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c26 * This function takes two filenames:
28 * OUT "$(BOARD)-spl.bin as filenames.
/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/entity-manager/scripts/
H A Dautojson.py96 for root, _, filenames in os.walk(file):
97 for f in filenames:
/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/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/linux/fs/hfs/
H A Dtrans.c29 * The character '/', which is illegal in Linux filenames is replaced
30 * by ':' which never appears in HFS filenames. All other characters

123456789