| /external/rust/crates/rustix/src/process/ |
| D | chdir.rs | 57 pub fn getcwd<B: Into<Vec<u8>>>(reuse: B) -> io::Result<CString> { in getcwd() 63 fn _getcwd(mut buffer: Vec<u8>) -> io::Result<CString> { in _getcwd()
|
| /external/rust/crates/rustix/src/termios/ |
| D | tty.rs | 40 pub fn ttyname<Fd: AsFd, B: Into<Vec<u8>>>(dirfd: Fd, reuse: B) -> io::Result<CString> { in ttyname() 47 fn _ttyname(dirfd: BorrowedFd<'_>, mut buffer: Vec<u8>) -> io::Result<CString> { in _ttyname()
|
| /external/rust/crates/rustix/src/fs/ |
| D | getpath.rs | 12 pub fn getpath<Fd: AsFd>(fd: Fd) -> io::Result<CString> { in getpath()
|
| D | abs.rs | 112 pub fn readlink<P: path::Arg, B: Into<Vec<u8>>>(path: P, reuse: B) -> io::Result<CString> { in readlink() 117 fn _readlink(path: &CStr, mut buffer: Vec<u8>) -> io::Result<CString> { in _readlink()
|
| D | at.rs | 88 ) -> io::Result<CString> { in readlinkat() 94 fn _readlinkat(dirfd: BorrowedFd<'_>, path: &CStr, mut buffer: Vec<u8>) -> io::Result<CString> { in _readlinkat()
|
| /external/llvm-libc/src/__support/ |
| D | c_string.h | 29 LIBC_INLINE CString(cpp::string in_str) : str(in_str) {} in CString() function
|
| /external/rust/crates/rustix/src/backend/linux_raw/pty/ |
| D | syscalls.rs | 20 pub(crate) fn ptsname(fd: BorrowedFd<'_>, mut buffer: Vec<u8>) -> io::Result<CString> { in ptsname()
|
| /external/google-breakpad/src/common/ |
| D | byte_cursor.h | 169 ByteCursor& CString(string* str) { in CString() function 196 ByteCursor& CString(string* str, size_t limit) { in CString() function
|
| D | byte_cursor_unittest.cc | 739 TEST(Strings, CString) { in TEST() argument
|
| /external/libchrome/base/ |
| D | hash_unittest.cc | 66 TEST(HashTest, CString) { in TEST() argument
|
| /external/rust/crates/rustix/src/backend/libc/pty/ |
| D | syscalls.rs | 34 pub(crate) fn ptsname(fd: BorrowedFd<'_>, mut buffer: Vec<u8>) -> io::Result<CString> { in ptsname()
|
| /external/cronet/base/hash/ |
| D | hash_unittest.cc | 66 TEST(HashTest, CString) { in TEST() argument
|
| /external/skia/modules/jetski/src/ |
| D | Utils.h | 21 CString(JNIEnv* env, const jstring& jstr) in CString() function
|
| /external/rust/crates/rustix/src/ |
| D | pty.rs | 122 pub fn ptsname<Fd: AsFd, B: Into<Vec<u8>>>(fd: Fd, reuse: B) -> io::Result<CString> { in ptsname()
|
| /external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/ |
| D | spirv.rs | 90 source: &CString, in from_clc() 91 args: &[CString], in from_clc() 95 spirv_extensions: &[CString], in from_clc()
|
| /external/rust/crates/tempfile/src/file/imp/ |
| D | unix.rs | 38 pub fn cstr(path: &Path) -> io::Result<CString> { in cstr()
|
| /external/rust/crates/grpcio/src/ |
| D | channel.rs | 33 fn format_user_agent_string(agent: &str) -> CString { in format_user_agent_string() 437 pub fn raw_cfg_int(mut self, key: CString, val: i32) -> ChannelBuilder { in raw_cfg_int() 447 pub fn raw_cfg_string(mut self, key: CString, val: CString) -> ChannelBuilder { in raw_cfg_string()
|
| /external/perfetto/src/base/ |
| D | string_splitter_unittest.cc | 145 TEST(StringSplitterTest, CString) { in TEST() argument
|
| /external/crosvm/win_util/src/ |
| D | lib.rs | 92 pub fn win32_string(value: &str) -> CString { in win32_string()
|
| /external/rust/crates/zeroize/src/ |
| D | lib.rs | 621 impl Zeroize for CString { implementation
|
| /external/rust/crates/rustix/src/path/ |
| D | arg.rs | 509 impl Arg for &CString { implementation 547 impl Arg for CString { implementation
|
| /external/rust/crates/rusqlite/src/ |
| D | lib.rs | 278 fn path_to_cstring(p: &Path) -> Result<CString> { in path_to_cstring() 284 fn path_to_cstring(p: &Path) -> Result<CString> { in path_to_cstring()
|
| /external/mesa3d/src/gallium/frontends/rusticl/core/ |
| D | program.rs | 293 fn prepare_options(options: &str, dev: &Device) -> Vec<CString> { in prepare_options()
|
| /external/rust/crates/serde/src/ser/ |
| D | impls.rs | 87 impl Serialize for CString { implementation
|
| /external/rust/crates/arbitrary/src/ |
| D | lib.rs | 883 impl<'a> Arbitrary<'a> for CString { implementation
|