Home
last modified time | relevance | path

Searched refs:do_open (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcompression.py27 with self.do_open(tmp_file, mode="w" + mode_suffix) as f:
30 with self.do_open(tmp_file, mode="r" + mode_suffix) as f:
44 with self.do_open(r, mode="r" + mode_suffix) as decompress:
45 with self.do_open(w, mode="w" + mode_suffix) as compress:
63 with self.do_open(tmp_file, mode="rb", stderr=subprocess.DEVNULL) as f:
74 def do_open(self, *args, **kwargs): member in LZ4Tests
86 def do_open(self, *args, **kwargs): member in ZStdTests
98 def do_open(self, *args, **kwargs): member in PZStdTests
/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/arm-none-linux-gnueabihf/bits/
H A Dmessages_members.h74 return this->do_open(__s, __loc); in _GLIBCXX_VISIBILITY()
88 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
132 messages<char>::do_open(const basic_string<char>&, in _GLIBCXX_VISIBILITY()
142 messages<wchar_t>::do_open(const basic_string<char>&, 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/aarch64-none-linux-gnu/bits/
H A Dmessages_members.h74 return this->do_open(__s, __loc); in _GLIBCXX_VISIBILITY()
88 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
132 messages<char>::do_open(const basic_string<char>&, in _GLIBCXX_VISIBILITY()
142 messages<wchar_t>::do_open(const basic_string<char>&, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcgroup.c54 static struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() argument
65 if (do_open) { in cgroup__new()
H A Ddso.c463 static int do_open(char *name) in do_open() function
517 fd = do_open(name); in __open_dso()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py166 return self.do_open(HTTPConnectionCache, req)
168 def do_open(self, http_class, req): member in Wget.checkstatus.CacheHTTPHandler
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c297 static int do_open(struct net_device *dev);
462 .ndo_open = do_open,
1387 do_open(struct net_device *dev) in do_open() function
/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 Dlocale_facets_nonio.h1855 { return this->do_open(__s, __loc); } in _GLIBCXX_VISIBILITY()
1921 do_open(const basic_string<char>&, const locale&) const; 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 Dlocale_facets_nonio.h1855 { return this->do_open(__s, __loc); } in _GLIBCXX_VISIBILITY()
1921 do_open(const basic_string<char>&, const locale&) const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dapm_32.c1604 static int do_open(struct inode *inode, struct file *filp) in do_open() function
1910 .open = do_open,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c1636 static int do_open(struct inode *inode, struct file *filp) in do_open() function
1648 err = finish_open(file, dentry, do_open); in nfs_finish_open()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c3299 static int do_open(struct nameidata *nd, in do_open() function
3460 error = do_open(nd, file, op); in path_openat()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlocale3529 return do_open(__nm, __loc);
3551 virtual catalog do_open(const basic_string<char>&, const locale&) const;
3563 messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlocale3529 return do_open(__nm, __loc);
3551 virtual catalog do_open(const basic_string<char>&, const locale&) const;
3563 messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const