| /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 | 201 return exists(__s) && !is_regular_file(__s) && !is_directory(__s) in _GLIBCXX_VISIBILITY() 214 is_regular_file(file_status __s) noexcept in _GLIBCXX_VISIBILITY() 218 is_regular_file(const path& __p) in _GLIBCXX_VISIBILITY() 219 { return is_regular_file(status(__p)); } in _GLIBCXX_VISIBILITY() 222 is_regular_file(const path& __p, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 223 { return is_regular_file(status(__p, __ec)); } in _GLIBCXX_VISIBILITY()
|
| H A D | fs_fwd.h | 279 bool is_regular_file(file_status) noexcept; 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 | 201 return exists(__s) && !is_regular_file(__s) && !is_directory(__s) in _GLIBCXX_VISIBILITY() 214 is_regular_file(file_status __s) noexcept in _GLIBCXX_VISIBILITY() 218 is_regular_file(const path& __p) in _GLIBCXX_VISIBILITY() 219 { return is_regular_file(status(__p)); } in _GLIBCXX_VISIBILITY() 222 is_regular_file(const path& __p, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 223 { return is_regular_file(status(__p, __ec)); } in _GLIBCXX_VISIBILITY()
|
| H A D | fs_fwd.h | 279 bool is_regular_file(file_status) noexcept; 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/bits/ |
| H A D | fs_ops.h | 194 return exists(__s) && !is_regular_file(__s) && !is_directory(__s) in _GLIBCXX_VISIBILITY() 207 is_regular_file(file_status __s) noexcept in _GLIBCXX_VISIBILITY() 211 is_regular_file(const path& __p) in _GLIBCXX_VISIBILITY() 212 { return is_regular_file(status(__p)); } in _GLIBCXX_VISIBILITY() 215 is_regular_file(const path& __p, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 216 { return is_regular_file(status(__p, __ec)); } in _GLIBCXX_VISIBILITY()
|
| H A D | fs_dir.h | 212 is_regular_file() const in _GLIBCXX_VISIBILITY() 216 is_regular_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
|
| H A D | fs_fwd.h | 338 bool is_regular_file(file_status) noexcept; 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_ops.h | 194 return exists(__s) && !is_regular_file(__s) && !is_directory(__s) in _GLIBCXX_VISIBILITY() 207 is_regular_file(file_status __s) noexcept in _GLIBCXX_VISIBILITY() 211 is_regular_file(const path& __p) in _GLIBCXX_VISIBILITY() 212 { return is_regular_file(status(__p)); } in _GLIBCXX_VISIBILITY() 215 is_regular_file(const path& __p, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 216 { return is_regular_file(status(__p, __ec)); } in _GLIBCXX_VISIBILITY()
|
| H A D | fs_dir.h | 212 is_regular_file() const in _GLIBCXX_VISIBILITY() 216 is_regular_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
|
| H A D | fs_fwd.h | 338 bool is_regular_file(file_status) noexcept; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | path.h | 13 bool is_regular_file(const char *file);
|
| H A D | path.c | 73 bool is_regular_file(const char *file) in is_regular_file() function
|
| H A D | dso.c | 91 if (!is_regular_file(filename)) { in dso__read_binary_type_filename() 105 if (is_regular_file(filename)) { in dso__read_binary_type_filename() 501 if (!is_regular_file(name)) in __open_dso()
|
| H A D | build-id.c | 282 if (is_regular_file(linkname)) in dso__build_id_filename() 690 if (is_regular_file(dir_name)) in build_id_cache__add_s()
|
| H A D | symbol.c | 1841 is_regular_file(dso->long_name)) { in dso__load() 1875 is_reg = is_regular_file(name); in dso__load()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | filesystem | 164 bool is_regular_file(file_status s) noexcept; 165 bool is_regular_file(const path& p); 166 bool is_regular_file(const path& p, error_code& ec) noexcept;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | filesystem | 164 bool is_regular_file(file_status s) noexcept; 165 bool is_regular_file(const path& p); 166 bool is_regular_file(const path& p, error_code& ec) noexcept;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | filesystem | 164 bool is_regular_file(file_status s) noexcept; 165 bool is_regular_file(const path& p); 166 bool is_regular_file(const path& p, error_code& ec) noexcept; 1712 is_regular_file(file_status __s) noexcept { 1716 inline _LIBCPP_INLINE_VISIBILITY bool is_regular_file(const path& __p) { 1717 return is_regular_file(__status(__p)); 1721 is_regular_file(const path& __p, error_code& __ec) noexcept { 1722 return is_regular_file(__status(__p, &__ec)); 1752 return exists(__s) && !is_regular_file(__s) && !is_directory(__s) && 2055 bool is_regular_file() const { return __get_ft() == file_type::regular; } [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | filesystem | 164 bool is_regular_file(file_status s) noexcept; 165 bool is_regular_file(const path& p); 166 bool is_regular_file(const path& p, error_code& ec) noexcept; 1712 is_regular_file(file_status __s) noexcept { 1716 inline _LIBCPP_INLINE_VISIBILITY bool is_regular_file(const path& __p) { 1717 return is_regular_file(__status(__p)); 1721 is_regular_file(const path& __p, error_code& __ec) noexcept { 1722 return is_regular_file(__status(__p, &__ec)); 1752 return exists(__s) && !is_regular_file(__s) && !is_directory(__s) && 2055 bool is_regular_file() const { return __get_ft() == file_type::regular; } [all …]
|