Searched refs:is_file (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | qemu-stamp.py | 9 is_file = False variable 12 is_file = True variable 14 if is_file:
|
H A D | device-crash-test | 395 f.is_file() and os.access(f, os.X_OK)]
|
/openbmc/openbmc/poky/scripts/ |
H A D | buildstats-summary | 51 if path.is_file(): 53 if (path / "build_stats").is_file():
|
H A D | sstate-cache-management.py | 79 p for p in path.glob("meta*/conf/machine/include/**/*") if p.is_file()
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | conffile.py | 29 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__.py | 186 is_file = False 188 is_file = os.path.exists(possible_filename) 194 if is_file:
|
/openbmc/libpldm/src/ |
H A D | meson.build | 66 import('fs').is_file(baseline_dump)
|
/openbmc/linux/scripts/ |
H A D | rustdoc_test_gen.rs | 67 .is_file() in find_real_path()
|
H A D | get_abi.pl | 108 $data{$nametag}->{is_file} = 1; 481 print "DESCRIPTION MISSING for $what\n\n" if (!$data{$what}->{is_file});
|
/openbmc/fb-ipmi-oem/ |
H A D | meson.build | 102 if not fs.is_file(file)
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 430 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 D | f2fs.h | 729 #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 D | vvfat.c | 472 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 D | create-spdx-2.2.bbclass | 225 if not filepath.is_symlink() and filepath.is_file():
|