Home
last modified time | relevance | path

Searched refs:filenames (Results 26 – 50 of 99) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mailcap/
H A Dmailcap_2.1.54.bb12 by several applications e.g. to determine MIME types for filenames."
/openbmc/openbmc/meta-openembedded/meta-python/classes/
H A Ddistutils3.bbclass46 # support filenames with *spaces*
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H A Dbrcm,bcm4329-fmac.yaml109 construct firmware and NVRAM configuration filenames, allowing for
118 on Apple platforms. This is use to build firmware filenames, to allow
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Drestapi.py124 for (dirpath, _, filenames) in os.walk(up.path):
125 for filename in filenames:
/openbmc/linux/Documentation/filesystems/
H A Dhfsplus.rst9 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
H A Dvfat.rst64 Unicode characters. Long filenames are stored on disk
85 restore filenames that are created with any Unicode
300 Windows 95 but it is used by Windows NT. The case of filenames is not
H A Dext2.rst191 the filenames in the directory; a pending enhancement uses hashing of the
192 filenames to allow lookup without the need to scan the entire directory.
348 have to be 8 character filenames, even then we are fairly close to
349 running out of unique filenames.
H A Dhpfs.rst63 As in OS/2, filenames are case insensitive. However, shell thinks that names
232 0.93 Fixed bug that locked up the machine when there were too many filenames
241 using 0xff in filenames.
/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l95 /* Don't allow nuls in filenames */
/openbmc/linux/scripts/dtc/
H A Ddtc-lexer.l80 /* Don't allow nuls in filenames */
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py48 for dirpath, dirnames, filenames in os.walk(plugindir):
49 for fn in filenames:
773 for root, dirnames, filenames in os.walk(testdir):
774 for filename in fnmatch.filter(filenames, '*.json'):
/openbmc/linux/Documentation/kbuild/
H A Dreproducible-builds.rst49 Absolute filenames
53 absolute filenames for the source files. This must be overridden by
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsetuptools3_legacy.bbclass57 # support filenames with *spaces*
/openbmc/linux/fs/fat/
H A DKconfig55 support" below), or you will not be able to see the long filenames
68 long filenames. That includes non-compressed FAT-based file systems
/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/
H A Dbrcm,bcm4377-bluetooth.yaml34 firmware and calibration data filenames.
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-build.c-ignore-return-of-1-from-tar-cf.patch40 /* Fork off a tar. We will feed it a list of filenames on stdin later. */
/openbmc/u-boot/tools/
H A Dmoveconfig.py444 for (dirpath, dirnames, filenames) in os.walk('configs'):
446 for filename in fnmatch.filter(filenames, '*_defconfig'):
646 for (dirpath, dirnames, filenames) in os.walk(dir):
649 for filename in filenames:
/openbmc/linux/fs/reiserfs/
H A DKconfig12 Reiserfs stores not just filenames but the files themselves in a
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst50 - bitbake: utils: Handle lockfile filenames that are too long for filesystems
142 - sstate: Account for reserved characters when shortening sstate filenames
/openbmc/linux/drivers/base/firmware_loader/
H A DKconfig30 bool "Log filenames and checksums for loaded firmware"
36 Select this option to use dynamic debug to log firmware filenames and
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-bridge.bb144 # It doesn't like filenames that start with `-`
/openbmc/u-boot/doc/SPL/
H A DREADME.am335x-network47 provide different image filenames to RBL and SPL (and possibly another
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils.inc5 addresses into filenames and line numbers), ar (utility for creating, \
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c91 char **filenames; member
1831 if (rec->switch_output.filenames[n]) { in record__switch_output()
1832 remove(rec->switch_output.filenames[n]); in record__switch_output()
1833 zfree(&rec->switch_output.filenames[n]); in record__switch_output()
1835 rec->switch_output.filenames[n] = new_filename; in record__switch_output()
4039 rec->switch_output.filenames = calloc(sizeof(char *), in cmd_record()
4041 if (!rec->switch_output.filenames) { in cmd_record()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1709 for dirpath, _, filenames in os.walk(deploy_dir_image):
1710 for filename in filenames:
1909 for dir_path, _, filenames in os.walk(sdk_dir):
1910 for filename in filenames:

1234