Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/scripts/
H A Dqemu-stamp.py9 is_file = False variable
12 is_file = True variable
14 if is_file:
H A Ddevice-crash-test395 f.is_file() and os.access(f, os.X_OK)]
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-summary51 if path.is_file():
53 if (path / "build_stats").is_file():
H A Dsstate-cache-management.py79 p for p in path.glob("meta*/conf/machine/include/**/*") if p.is_file()
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Dconffile.py29 configs = [p for p in configs if p.is_file() and not p.is_symlink()]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py186 is_file = False
188 is_file = os.path.exists(possible_filename)
194 if is_file:
/openbmc/libpldm/src/
H A Dmeson.build66 import('fs').is_file(baseline_dump)
/openbmc/linux/scripts/
H A Drustdoc_test_gen.rs67 .is_file() in find_real_path()
H A Dget_abi.pl108 $data{$nametag}->{is_file} = 1;
481 print "DESCRIPTION MISSING for $what\n\n" if (!$data{$what}->{is_file});
/openbmc/fb-ipmi-oem/
H A Dmeson.build102 if not fs.is_file(file)
/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py430 if item.is_file() and item.name.endswith('.json'):
575 if not item.is_file() or not item.name.endswith('.json'):
628 if not item.is_file() or not item.name.endswith('.json') or item.name == 'metricgroups.json':
/openbmc/linux/fs/f2fs/
H A Df2fs.h729 #define file_is_cold(inode) is_file(inode, FADVISE_COLD_BIT)
733 #define file_wrong_pino(inode) is_file(inode, FADVISE_LOST_PINO_BIT)
737 #define file_is_encrypt(inode) is_file(inode, FADVISE_ENCRYPT_BIT)
740 #define file_enc_name(inode) is_file(inode, FADVISE_ENC_NAME_BIT)
743 #define file_keep_isize(inode) is_file(inode, FADVISE_KEEP_SIZE_BIT)
746 #define file_is_hot(inode) is_file(inode, FADVISE_HOT_BIT)
750 #define file_is_verity(inode) is_file(inode, FADVISE_VERITY_BIT)
753 #define file_should_truncate(inode) is_file(inode, FADVISE_TRUNC_BIT)
3302 static inline int is_file(struct inode *inode, int type) in is_file() function
3309 if (is_file(inode, type)) in set_file()
[all …]
/openbmc/qemu/block/
H A Dvvfat.c472 static char is_file(const direntry_t* direntry) in is_file() function
1912 } else if (is_file(direntry)) in get_cluster_count_for_direntry()
1950 if (!was_modified && is_file(direntry)) { in get_cluster_count_for_direntry()
2117 } else if (is_file(direntries + i)) { in check_directory_consistency()
2700 if (is_file(d) || (is_directory(d) && !is_dot(d))) { in handle_renames_and_mkdirs()
2812 if (is_file(entry) && begin_of_direntry(entry) == begin) in handle_commits()
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass225 if not filepath.is_symlink() and filepath.is_file():