| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | picture_view.cpp | 33 current_path=fileInfo_to_show.absolutePath(); in Picture_view() 34 qDebug()<<"current path is:"<<current_path; in Picture_view() 36 if(!is_dir_exist((char*)current_path.toStdString().c_str())) in Picture_view() 38 dir.setPath(current_path); in Picture_view() 51 if(current_path==""){ in Picture_view() 54 dir.setPath(current_path); in Picture_view()
|
| H A D | picture_view.h | 48 QString current_path; variable
|
| /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 | 103 path current_path(); in _GLIBCXX_VISIBILITY() 104 path current_path(error_code& __ec); in _GLIBCXX_VISIBILITY() 105 void current_path(const path& __p); in _GLIBCXX_VISIBILITY() 106 void current_path(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 261 { return proximate(__p, current_path(), __ec); } in _GLIBCXX_VISIBILITY() 263 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY() 270 { return relative(__p, current_path(), __ec); } in _GLIBCXX_VISIBILITY() 272 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
|
| H A D | fs_fwd.h | 310 path current_path(); 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 | 103 path current_path(); in _GLIBCXX_VISIBILITY() 104 path current_path(error_code& __ec); in _GLIBCXX_VISIBILITY() 105 void current_path(const path& __p); in _GLIBCXX_VISIBILITY() 106 void current_path(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 261 { return proximate(__p, current_path(), __ec); } in _GLIBCXX_VISIBILITY() 263 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY() 270 { return relative(__p, current_path(), __ec); } in _GLIBCXX_VISIBILITY() 272 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
|
| H A D | fs_fwd.h | 310 path current_path(); 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 | 54 path absolute(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY() 56 path canonical(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY() 110 path current_path(); in _GLIBCXX_VISIBILITY() 111 path current_path(error_code& __ec); in _GLIBCXX_VISIBILITY() 112 void current_path(const path& __p); in _GLIBCXX_VISIBILITY() 113 void current_path(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
| H A D | fs_fwd.h | 269 path current_path(); 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 | 54 path absolute(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY() 56 path canonical(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY() 110 path current_path(); in _GLIBCXX_VISIBILITY() 111 path current_path(error_code& __ec); in _GLIBCXX_VISIBILITY() 112 void current_path(const path& __p); in _GLIBCXX_VISIBILITY() 113 void current_path(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
| H A D | fs_fwd.h | 269 path current_path(); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | run-ptest | 3 current_path=$(readlink -f $0) 4 export bindir=$(dirname $current_path)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | run-ptest | 12 current_path=$(readlink -f $0) 13 export bindir=$(dirname $current_path)
|
| /OK3568_Linux_fs/ |
| H A D | release_ok3568.sh | 3 current_path=$PWD 27 cd $current_path && \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | filesystem | 123 path current_path(); 124 path current_path(error_code& ec); 125 void current_path(const path& p); 126 void current_path(const path& p, error_code& ec) noexcept; 189 path proximate(const path& p, const path& base = current_path()); 196 path relative(const path& p, const path& base=current_path());
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | filesystem | 123 path current_path(); 124 path current_path(error_code& ec); 125 void current_path(const path& p); 126 void current_path(const path& p, error_code& ec) noexcept; 189 path proximate(const path& p, const path& base = current_path()); 196 path relative(const path& p, const path& base=current_path());
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | multipath.c | 125 if (ns == rcu_access_pointer(head->current_path[node])) { in nvme_mpath_clear_current_path() 126 rcu_assign_pointer(head->current_path[node], NULL); in nvme_mpath_clear_current_path() 197 rcu_assign_pointer(head->current_path[node], found); in __nvme_find_path() 250 rcu_assign_pointer(head->current_path[node], found); in nvme_round_robin_path() 265 ns = srcu_dereference(head->current_path[node], &head->srcu); in nvme_find_path()
|
| H A D | nvme.h | 428 struct nvme_ns __rcu *current_path[]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | filesystem | 123 path current_path(); 124 path current_path(error_code& ec); 125 void current_path(const path& p); 126 void current_path(const path& p, error_code& ec) noexcept; 189 path proximate(const path& p, const path& base = current_path()); 196 path relative(const path& p, const path& base=current_path()); 1453 inline _LIBCPP_INLINE_VISIBILITY path current_path() { 1457 inline _LIBCPP_INLINE_VISIBILITY path current_path(error_code& __ec) { 1461 inline _LIBCPP_INLINE_VISIBILITY void current_path(const path& __p) { 1465 inline _LIBCPP_INLINE_VISIBILITY void current_path(const path& __p, [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | filesystem | 123 path current_path(); 124 path current_path(error_code& ec); 125 void current_path(const path& p); 126 void current_path(const path& p, error_code& ec) noexcept; 189 path proximate(const path& p, const path& base = current_path()); 196 path relative(const path& p, const path& base=current_path()); 1453 inline _LIBCPP_INLINE_VISIBILITY path current_path() { 1457 inline _LIBCPP_INLINE_VISIBILITY path current_path(error_code& __ec) { 1461 inline _LIBCPP_INLINE_VISIBILITY void current_path(const path& __p) { 1465 inline _LIBCPP_INLINE_VISIBILITY void current_path(const path& __p, [all …]
|