| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | fs_dir.h | 58 file_status() noexcept : file_status(file_type::none) {} in _GLIBCXX_VISIBILITY() 61 file_status(file_type __ft, perms __prms = perms::unknown) noexcept in _GLIBCXX_VISIBILITY() 72 file_type type() const noexcept { return _M_type; } in _GLIBCXX_VISIBILITY() 76 void type(file_type __ft) noexcept { _M_type = __ft; } in _GLIBCXX_VISIBILITY() 85 file_type _M_type; in _GLIBCXX_VISIBILITY() 173 { return _M_file_type() == file_type::block; } in _GLIBCXX_VISIBILITY() 177 { return _M_file_type(__ec) == file_type::block; } in _GLIBCXX_VISIBILITY() 181 { return _M_file_type() == file_type::character; } in _GLIBCXX_VISIBILITY() 185 { return _M_file_type(__ec) == file_type::character; } in _GLIBCXX_VISIBILITY() 189 { return _M_file_type() == file_type::directory; } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | fs_ops.h | 116 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY() 129 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY() 142 { return __s.type() == file_type::block; } in _GLIBCXX_VISIBILITY() 154 { return __s.type() == file_type::character; } in _GLIBCXX_VISIBILITY() 166 { return __s.type() == file_type::directory; } in _GLIBCXX_VISIBILITY() 181 { return __s.type() == file_type::fifo; } in _GLIBCXX_VISIBILITY() 208 { return __s.type() == file_type::regular; } in _GLIBCXX_VISIBILITY() 220 { return __s.type() == file_type::socket; } in _GLIBCXX_VISIBILITY() 232 { return __s.type() == file_type::symlink; } in _GLIBCXX_VISIBILITY() 294 { return __s.type() != file_type::none; } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | fs_dir.h | 58 file_status() noexcept : file_status(file_type::none) {} in _GLIBCXX_VISIBILITY() 61 file_status(file_type __ft, perms __prms = perms::unknown) noexcept in _GLIBCXX_VISIBILITY() 72 file_type type() const noexcept { return _M_type; } in _GLIBCXX_VISIBILITY() 76 void type(file_type __ft) noexcept { _M_type = __ft; } in _GLIBCXX_VISIBILITY() 85 file_type _M_type; in _GLIBCXX_VISIBILITY() 173 { return _M_file_type() == file_type::block; } in _GLIBCXX_VISIBILITY() 177 { return _M_file_type(__ec) == file_type::block; } in _GLIBCXX_VISIBILITY() 181 { return _M_file_type() == file_type::character; } in _GLIBCXX_VISIBILITY() 185 { return _M_file_type(__ec) == file_type::character; } in _GLIBCXX_VISIBILITY() 189 { return _M_file_type() == file_type::directory; } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | fs_ops.h | 116 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY() 129 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY() 142 { return __s.type() == file_type::block; } in _GLIBCXX_VISIBILITY() 154 { return __s.type() == file_type::character; } in _GLIBCXX_VISIBILITY() 166 { return __s.type() == file_type::directory; } in _GLIBCXX_VISIBILITY() 181 { return __s.type() == file_type::fifo; } in _GLIBCXX_VISIBILITY() 208 { return __s.type() == file_type::regular; } in _GLIBCXX_VISIBILITY() 220 { return __s.type() == file_type::socket; } in _GLIBCXX_VISIBILITY() 232 { return __s.type() == file_type::symlink; } in _GLIBCXX_VISIBILITY() 294 { return __s.type() != file_type::none; } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/ |
| H A D | fs_ops.h | 123 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY() 136 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY() 149 { return __s.type() == file_type::block; } in _GLIBCXX_VISIBILITY() 161 { return __s.type() == file_type::character; } in _GLIBCXX_VISIBILITY() 173 { return __s.type() == file_type::directory; } in _GLIBCXX_VISIBILITY() 188 { return __s.type() == file_type::fifo; } in _GLIBCXX_VISIBILITY() 215 { return __s.type() == file_type::regular; } in _GLIBCXX_VISIBILITY() 227 { return __s.type() == file_type::socket; } in _GLIBCXX_VISIBILITY() 239 { return __s.type() == file_type::symlink; } in _GLIBCXX_VISIBILITY() 280 { return __s.type() != file_type::none; } in _GLIBCXX_VISIBILITY()
|
| H A D | fs_dir.h | 61 file_status(file_type __ft = file_type::none, in _GLIBCXX_VISIBILITY() 73 file_type type() const noexcept { return _M_type; } in _GLIBCXX_VISIBILITY() 77 void type(file_type __ft) noexcept { _M_type = __ft; } in _GLIBCXX_VISIBILITY() 81 file_type _M_type; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/ |
| H A D | fs_ops.h | 123 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY() 136 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY() 149 { return __s.type() == file_type::block; } in _GLIBCXX_VISIBILITY() 161 { return __s.type() == file_type::character; } in _GLIBCXX_VISIBILITY() 173 { return __s.type() == file_type::directory; } in _GLIBCXX_VISIBILITY() 188 { return __s.type() == file_type::fifo; } in _GLIBCXX_VISIBILITY() 215 { return __s.type() == file_type::regular; } in _GLIBCXX_VISIBILITY() 227 { return __s.type() == file_type::socket; } in _GLIBCXX_VISIBILITY() 239 { return __s.type() == file_type::symlink; } in _GLIBCXX_VISIBILITY() 280 { return __s.type() != file_type::none; } in _GLIBCXX_VISIBILITY()
|
| H A D | fs_dir.h | 61 file_status(file_type __ft = file_type::none, in _GLIBCXX_VISIBILITY() 73 file_type type() const noexcept { return _M_type; } in _GLIBCXX_VISIBILITY() 77 void type(file_type __ft) noexcept { _M_type = __ft; } in _GLIBCXX_VISIBILITY() 81 file_type _M_type; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | faddr2line | 102 local file_type 114 local file_type=$(${READELF} --file-header $objfile | 116 if [[ $file_type = "EXEC" ]] || [[ $file_type == "DYN" ]]; then
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | tee_fs_key_manager.h | 67 TEE_Result tee_fs_encrypt_file(enum tee_fs_file_type file_type, 71 TEE_Result tee_fs_decrypt_file(enum tee_fs_file_type file_type,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | filesystem | 69 enum class file_type; 270 enum class _LIBCPP_ENUM_VIS file_type : signed char { 493 file_status() noexcept : file_status(file_type::none) {} 495 explicit file_status(file_type __ft, perms __prms = perms::unknown) noexcept 510 file_type type() const noexcept { return __ft_; } 517 void type(file_type __ft) noexcept { __ft_ = __ft; } 523 file_type __ft_; 1603 return __s.type() != file_type::none; 1607 return status_known(__s) && __s.type() != file_type::not_found; 1651 return __s.type() == file_type::block; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | filesystem | 69 enum class file_type; 270 enum class _LIBCPP_ENUM_VIS file_type : signed char { 493 file_status() noexcept : file_status(file_type::none) {} 495 explicit file_status(file_type __ft, perms __prms = perms::unknown) noexcept 510 file_type type() const noexcept { return __ft_; } 517 void type(file_type __ft) noexcept { __ft_ = __ft; } 523 file_type __ft_; 1603 return __s.type() != file_type::none; 1607 return status_known(__s) && __s.type() != file_type::not_found; 1651 return __s.type() == file_type::block; [all …]
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | dir.c | 280 get_dtype(sb, de->file_type))) in ext4_readdir() 300 get_dtype(sb, de->file_type))) in ext4_readdir() 416 __u8 file_type; member 487 new_fn->file_type = dirent->file_type; in ext4_htree_store_dirent() 545 get_dtype(sb, fname->file_type))) { in call_filldir()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_dec_utils.c | 53 FileType file_type; member 213 impl->file_type = FILE_IVF_TYPE; in check_file_type() 226 impl->file_type = FILE_JPEG_TYPE; in check_file_type() 242 impl->file_type = FILE_NORMAL_TYPE; in check_file_type()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | msf.h | 48 uint32 file_type; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | msf.h | 40 uint32 file_type; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | msf.h | 48 uint32 file_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | msf.h | 48 uint32 file_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | msf.h | 40 uint32 file_type; member
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | vmur.h | 41 char file_type[12]; member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_thor.c | 257 int file_type, ret = 0; in process_rqt_download() local 272 file_type = rqt->int_data[0]; in process_rqt_download() 273 if (file_type == FILE_TYPE_PIT) { in process_rqt_download() 287 f_name, 0, thor_file_size, file_type); in process_rqt_download()
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.h | 64 int ext4fs_update_parent_dentry(char *filename, int file_type);
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | dir.c | 260 de->file_type = nilfs_type_by_mode[(mode & S_IFMT)>>S_SHIFT]; in nilfs_set_de_type() 298 if (de->file_type < NILFS_FT_MAX) in nilfs_readdir() 299 t = nilfs_filetype_table[de->file_type]; in nilfs_readdir()
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/8M/ |
| H A D | rkadk_setting_sensor_0.ini | 59 file_type = 0 key
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/5M/ |
| H A D | rkadk_setting_sensor_0.ini | 59 file_type = 0 key
|