Home
last modified time | relevance | path

Searched full:path (Results 1 – 25 of 7684) sorted by relevance

12345678910>>...308

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dfilesystem17 class path;
19 void swap(path& lhs, path& rhs) noexcept;
20 size_t hash_value(const path& p) noexcept;
22 bool operator==(const path& lhs, const path& rhs) noexcept;
23 bool operator!=(const path& lhs, const path& rhs) noexcept;
24 bool operator< (const path& lhs, const path& rhs) noexcept;
25 bool operator<=(const path& lhs, const path& rhs) noexcept;
26 bool operator> (const path& lhs, const path& rhs) noexcept;
27 bool operator>=(const path& lhs, const path& rhs) noexcept;
29 path operator/ (const path& lhs, const path& rhs);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dfilesystem17 class path;
19 void swap(path& lhs, path& rhs) noexcept;
20 size_t hash_value(const path& p) noexcept;
22 bool operator==(const path& lhs, const path& rhs) noexcept;
23 bool operator!=(const path& lhs, const path& rhs) noexcept;
24 bool operator< (const path& lhs, const path& rhs) noexcept;
25 bool operator<=(const path& lhs, const path& rhs) noexcept;
26 bool operator> (const path& lhs, const path& rhs) noexcept;
27 bool operator>=(const path& lhs, const path& rhs) noexcept;
29 path operator/ (const path& lhs, const path& rhs);
[all …]
/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 Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
61 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
62 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
[all …]
/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 Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
61 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
62 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
[all …]
/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 Dfs_ops.h54 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()
57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
58 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
61 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
68 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
69 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
73 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_path.h1 // Class filesystem::path -*- C++ -*-
134 std::enable_if<__and_<__not_<is_same<_Tp1_nocv, path>>, in _GLIBCXX_VISIBILITY()
137 path>::type; in _GLIBCXX_VISIBILITY()
194 /// A filesystem path. in _GLIBCXX_VISIBILITY()
195 class path in _GLIBCXX_VISIBILITY()
209 path() noexcept { } in _GLIBCXX_VISIBILITY()
211 path(const path& __p) = default; in _GLIBCXX_VISIBILITY()
213 path(path&& __p) noexcept in _GLIBCXX_VISIBILITY()
221 path(string_type&& __source) in _GLIBCXX_VISIBILITY()
227 path(_Source const& __source) in _GLIBCXX_VISIBILITY()
[all …]
/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 Dfs_ops.h54 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()
57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
58 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
61 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
68 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
69 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
73 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_path.h1 // Class filesystem::path -*- C++ -*-
134 std::enable_if<__and_<__not_<is_same<_Tp1_nocv, path>>, in _GLIBCXX_VISIBILITY()
137 path>::type; in _GLIBCXX_VISIBILITY()
194 /// A filesystem path. in _GLIBCXX_VISIBILITY()
195 class path in _GLIBCXX_VISIBILITY()
209 path() noexcept { } in _GLIBCXX_VISIBILITY()
211 path(const path& __p) = default; in _GLIBCXX_VISIBILITY()
213 path(path&& __p) noexcept in _GLIBCXX_VISIBILITY()
221 path(string_type&& __source) in _GLIBCXX_VISIBILITY()
227 path(_Source const& __source) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mmp/
H A Dcore.c16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay() argument
19 if (path && overlay_id < path->overlay_num) in path_get_overlay()
20 return &path->overlays[overlay_id]; in path_get_overlay()
24 static int path_check_status(struct mmp_path *path) in path_check_status() argument
27 for (i = 0; i < path->overlay_num; i++) in path_check_status()
28 if (path->overlays[i].status) in path_check_status()
41 static int path_get_modelist(struct mmp_path *path, in path_get_modelist() argument
44 BUG_ON(!path || !modelist); in path_get_modelist()
46 if (path->panel && path->panel->get_modelist) in path_get_modelist()
47 return path->panel->get_modelist(path->panel, modelist); in path_get_modelist()
[all …]
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dpath.c3 * Thunderbolt driver - path/tunnel functionality
50 tb_port_warn(port, "failed to read path at %d\n", hopid); in tb_path_find_dst_port()
81 * tb_path_discover() - Discover a path
82 * @src: First input port of a path
83 * @src_hopid: Starting HopID of a path (%-1 if don't care)
84 * @dst: Expected destination port of the path (%NULL if don't care)
87 * @name: Name of the path
89 * Follows a path starting from @src and @src_hopid to the last output
90 * port of the path. Allocates HopIDs for the visited ports. Call
91 * tb_path_free() to release the path and allocated HopIDs when the path
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem17 class path;
19 void swap(path& lhs, path& rhs) noexcept;
20 size_t hash_value(const path& p) noexcept;
22 bool operator==(const path& lhs, const path& rhs) noexcept;
23 bool operator!=(const path& lhs, const path& rhs) noexcept;
24 bool operator< (const path& lhs, const path& rhs) noexcept;
25 bool operator<=(const path& lhs, const path& rhs) noexcept;
26 bool operator> (const path& lhs, const path& rhs) noexcept;
27 bool operator>=(const path& lhs, const path& rhs) noexcept;
29 path operator/ (const path& lhs, const path& rhs);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem17 class path;
19 void swap(path& lhs, path& rhs) noexcept;
20 size_t hash_value(const path& p) noexcept;
22 bool operator==(const path& lhs, const path& rhs) noexcept;
23 bool operator!=(const path& lhs, const path& rhs) noexcept;
24 bool operator< (const path& lhs, const path& rhs) noexcept;
25 bool operator<=(const path& lhs, const path& rhs) noexcept;
26 bool operator> (const path& lhs, const path& rhs) noexcept;
27 bool operator>=(const path& lhs, const path& rhs) noexcept;
29 path operator/ (const path& lhs, const path& rhs);
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dpythondeps5 # Determine dependencies of python scripts or available python modules in a search path.
10 # Given the -p argument and a path or paths, scans that path for available python modules/packages.
17 import os.path
30 def __init__(self, path, error): argument
31 self.path = path
36 return "Failure determining dependencies of {}: {}".format(self.path, self.error)
52 def walk_up(path): argument
53 while path:
54 yield path
55 path, _, _ = path.rpartition(os.sep)
[all …]
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dbtree.c25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local
28 path = kmem_cache_alloc(nilfs_btree_path_cache, GFP_NOFS); in nilfs_btree_alloc_path()
29 if (path == NULL) in nilfs_btree_alloc_path()
33 path[level].bp_bh = NULL; in nilfs_btree_alloc_path()
34 path[level].bp_sib_bh = NULL; in nilfs_btree_alloc_path()
35 path[level].bp_index = 0; in nilfs_btree_alloc_path()
36 path[level].bp_oldreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path()
37 path[level].bp_newreq.bpr_ptr = NILFS_BMAP_INVALID_PTR; in nilfs_btree_alloc_path()
38 path[level].bp_op = NULL; in nilfs_btree_alloc_path()
42 return path; in nilfs_btree_alloc_path()
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dinit.c19 struct path path; in init_mount() local
22 ret = kern_path(dir_name, LOOKUP_FOLLOW, &path); in init_mount()
25 ret = path_mount(dev_name, &path, type_page, flags, data_page); in init_mount()
26 path_put(&path); in init_mount()
33 struct path path; in init_umount() local
38 ret = kern_path(name, lookup_flags, &path); in init_umount()
41 return path_umount(&path, flags); in init_umount()
46 struct path path; in init_chdir() local
49 error = kern_path(filename, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in init_chdir()
52 error = inode_permission(path.dentry->d_inode, MAY_EXEC | MAY_CHDIR); in init_chdir()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_iqk_8852b.c94 struct rf_info *rf, u8 path, in iqk_backup_rf0_8852b() argument
100 if(path != RF_PATH_A) in iqk_backup_rf0_8852b()
112 struct rf_info *rf, u8 path, in iqk_backup_rf1_8852b() argument
118 if(path != RF_PATH_B) in iqk_backup_rf1_8852b()
131 struct rf_info *rf, u8 path, in iqk_restore_rf0_8852b() argument
137 if(path != RF_PATH_A) in iqk_restore_rf0_8852b()
151 struct rf_info *rf, u8 path, in iqk_restore_rf1_8852b() argument
157 if(path != RF_PATH_B) in iqk_restore_rf1_8852b()
163 …"[IQK]restore rf S%d = %x, value = %x\n", path, backup_rf_reg[path][i], halrf_rrf(rf, path, backup… in iqk_restore_rf1_8852b()
192 static void _iqk_read_fft_dbcc0_8852b(struct rf_info *rf, u8 path) in _iqk_read_fft_dbcc0_8852b() argument
[all …]
H A Dhalrf_dpk_8852b.c34 u8 path) in _dpk_bkup_kip_8852b() argument
39 reg_bkup[path][i] = halrf_rreg(rf, reg[i] + (path << 8), MASKDWORD); in _dpk_bkup_kip_8852b()
41 RF_DBG(rf, DBG_RF_DPK, "[DPK] Backup 0x%x = %x\n", reg[i]+ (path << 8), reg_bkup[path][i]); in _dpk_bkup_kip_8852b()
63 u8 path) in _dpk_bkup_rf_8852b() argument
68 rf_bkup[path][i] = halrf_rrf(rf, path, rf_reg[i], MASKRF); in _dpk_bkup_rf_8852b()
71 path, rf_reg[i], rf_bkup[path][i]); in _dpk_bkup_rf_8852b()
79 u8 path) in _dpk_reload_kip_8852b() argument
84 halrf_wreg(rf, reg[i] + (path << 8), MASKDWORD, reg_bkup[path][i]); in _dpk_reload_kip_8852b()
86 RF_DBG(rf, DBG_RF_DPK, "[DPK] Reload 0x%x = %x\n", reg[i] + (path << 8), in _dpk_reload_kip_8852b()
87 reg_bkup[path][i]); in _dpk_reload_kip_8852b()
[all …]
H A Dhalrf_txgapk_8852b.c67 u8 path) in _halrf_txgapk_bkup_rf_8852b() argument
72 rf_bkup[path][i] = halrf_rrf(rf, path, rf_reg[i], MASKRF); in _halrf_txgapk_bkup_rf_8852b()
75 path, rf_reg[i], rf_bkup[path][i]); in _halrf_txgapk_bkup_rf_8852b()
83 u8 path) in _halrf_txgapk_reload_rf_8852b() argument
88 halrf_wrf(rf, path, rf_reg[i], MASKRF, rf_bkup[path][i]); in _halrf_txgapk_reload_rf_8852b()
91 path, rf_reg[i], rf_bkup[path][i]); in _halrf_txgapk_reload_rf_8852b()
97 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_bb_afe_by_mode_8852b() argument
146 /* dbcc phy0 path 0 */ in _halrf_txgapk_bb_afe_by_mode_8852b()
184 /* dbcc phy1 path 1 */ in _halrf_txgapk_bb_afe_by_mode_8852b()
229 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_iqk_preset_by_mode_8852b() argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_iqk_8852b.c94 struct rf_info *rf, u8 path, in iqk_backup_rf0_8852b() argument
100 if(path != RF_PATH_A) in iqk_backup_rf0_8852b()
112 struct rf_info *rf, u8 path, in iqk_backup_rf1_8852b() argument
118 if(path != RF_PATH_B) in iqk_backup_rf1_8852b()
131 struct rf_info *rf, u8 path, in iqk_restore_rf0_8852b() argument
137 if(path != RF_PATH_A) in iqk_restore_rf0_8852b()
151 struct rf_info *rf, u8 path, in iqk_restore_rf1_8852b() argument
157 if(path != RF_PATH_B) in iqk_restore_rf1_8852b()
163 …"[IQK]restore rf S%d = %x, value = %x\n", path, backup_rf_reg[path][i], halrf_rrf(rf, path, backup… in iqk_restore_rf1_8852b()
192 static void _iqk_read_fft_dbcc0_8852b(struct rf_info *rf, u8 path) in _iqk_read_fft_dbcc0_8852b() argument
[all …]
H A Dhalrf_dpk_8852b.c34 u8 path) in _dpk_bkup_kip_8852b() argument
39 reg_bkup[path][i] = halrf_rreg(rf, reg[i] + (path << 8), MASKDWORD); in _dpk_bkup_kip_8852b()
41 RF_DBG(rf, DBG_RF_DPK, "[DPK] Backup 0x%x = %x\n", reg[i]+ (path << 8), reg_bkup[path][i]); in _dpk_bkup_kip_8852b()
63 u8 path) in _dpk_bkup_rf_8852b() argument
68 rf_bkup[path][i] = halrf_rrf(rf, path, rf_reg[i], MASKRF); in _dpk_bkup_rf_8852b()
71 path, rf_reg[i], rf_bkup[path][i]); in _dpk_bkup_rf_8852b()
79 u8 path) in _dpk_reload_kip_8852b() argument
84 halrf_wreg(rf, reg[i] + (path << 8), MASKDWORD, reg_bkup[path][i]); in _dpk_reload_kip_8852b()
86 RF_DBG(rf, DBG_RF_DPK, "[DPK] Reload 0x%x = %x\n", reg[i] + (path << 8), in _dpk_reload_kip_8852b()
87 reg_bkup[path][i]); in _dpk_reload_kip_8852b()
[all …]
H A Dhalrf_txgapk_8852b.c67 u8 path) in _halrf_txgapk_bkup_rf_8852b() argument
72 rf_bkup[path][i] = halrf_rrf(rf, path, rf_reg[i], MASKRF); in _halrf_txgapk_bkup_rf_8852b()
75 path, rf_reg[i], rf_bkup[path][i]); in _halrf_txgapk_bkup_rf_8852b()
83 u8 path) in _halrf_txgapk_reload_rf_8852b() argument
88 halrf_wrf(rf, path, rf_reg[i], MASKRF, rf_bkup[path][i]); in _halrf_txgapk_reload_rf_8852b()
91 path, rf_reg[i], rf_bkup[path][i]); in _halrf_txgapk_reload_rf_8852b()
97 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_bb_afe_by_mode_8852b() argument
146 /* dbcc phy0 path 0 */ in _halrf_txgapk_bb_afe_by_mode_8852b()
184 /* dbcc phy1 path 1 */ in _halrf_txgapk_bb_afe_by_mode_8852b()
229 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_iqk_preset_by_mode_8852b() argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcachedpath.py27 def normpath(self, path): argument
28 if path in self.normpathcache:
29 return self.normpathcache[path]
30 newpath = os.path.normpath(path)
31 self.normpathcache[path] = newpath
34 def _callstat(self, path): argument
35 if path in self.statcache:
36 return self.statcache[path]
38 st = os.stat(path)
39 self.statcache[path] = st
[all …]
H A Dpath.py9 import os.path
12 """Like os.path.join but doesn't treat absolute RHS specially"""
13 return os.path.normpath("/".join(paths))
16 """ Return a relative path from src to dest.
28 return os.path.relpath(dest, src)
30 def make_relative_symlink(path): argument
32 if not os.path.islink(path):
34 link = os.readlink(path)
35 if not os.path.isabs(link):
39 ancestor = path
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dtypical_media_device.svg3path="url(#a)" fill-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRat…
4path id="path15" d="m1505.5 13443c-293 0-585 292-585 585v2340c0 293 292 586 585 586h3275c293 0 586…
6 <path id="path37" d="m2371.5 9608h-2260v-1270h4520v1270h-2260z" fill="#ff8080" style=""/><path id="…
7 <path id="path51" d="m2363.5 8053h-2269v-1224h4537v1224h-2268z" fill="#ff8080" style=""/><path id="…
8 <path id="path65" d="m13622 10386h-3810v-1281h7620v1281h-3810z" fill="#cfc" style=""/><path id="pat…
9 <path id="path79" d="m12080 12182h-2268v-1412h4536v1412h-2268z" fill="#cfe7f5" style=""/><path id="…
10 <path id="path93" d="m3050.5 15498h-1563v-1715h3126v1715h-1563z" fill="#fc9" style=""/><path id="pa…
11path id="path107" d="m4629.5 5866 385-353v176h1167v-176l386 353-386 354v-177h-1167v177l-385-354z" …
12path id="path127" d="m7872.5 11464 385-353v176h1166v-176l386 353-386 354v-177h-1166v177l-385-354z"…
14 <path id="path159" d="m11062 7098h-1250v-875h2499v875h-1249z" fill="#cff" style=""/><path id="path1…
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Dresolve_test.c112 const char *path; member
117 const char *path; member
139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
[all …]

12345678910>>...308