/external/rust/crates/nix/src/ |
D | kmod.rs | 83 pub fn finit_module<T: AsRawFd>(fd: &T, param_values: &CStr, flags: ModuleInitFlags) -> Result<()> { in finit_module() 119 pub fn delete_module(name: &CStr, flags: DeleteModuleFlags) -> Result<()> { in delete_module()
|
D | unistd.rs | 731 pub fn execv<S: AsRef<CStr>>(path: &CStr, argv: &[S]) -> Result<Infallible> { in execv() 755 pub fn execve<SA: AsRef<CStr>, SE: AsRef<CStr>>(path: &CStr, args: &[SA], env: &[SE]) -> Result<Inf… in execve() 776 pub fn execvp<S: AsRef<CStr>>(filename: &CStr, args: &[S]) -> Result<Infallible> { in execvp() 796 pub fn execvpe<SA: AsRef<CStr>, SE: AsRef<CStr>>(filename: &CStr, args: &[SA], env: &[SE]) -> Resul… in execvpe() 824 pub fn fexecve<SA: AsRef<CStr> ,SE: AsRef<CStr>>(fd: RawFd, args: &[SA], env: &[SE]) -> Result<Infa… in fexecve() 847 pub fn execveat<SA: AsRef<CStr>,SE: AsRef<CStr>>(dirfd: RawFd, pathname: &CStr, args: &[SA], in execveat() 943 pub fn gethostname(buffer: &mut [u8]) -> Result<&CStr> { in gethostname() 1511 pub fn getgrouplist(user: &CStr, group: Gid) -> Result<Vec<Gid>> { in getgrouplist() 1589 pub fn initgroups(user: &CStr, group: Gid) -> Result<()> { in initgroups()
|
D | dir.rs | 219 pub fn file_name(&self) -> &ffi::CStr { in file_name()
|
D | lib.rs | 205 impl NixPath for CStr { implementation
|
/external/rust/crates/rusqlite/src/ |
D | raw_statement.rs | 67 pub fn column_decltype(&self, idx: usize) -> Option<&CStr> { in column_decltype() 78 pub fn column_name(&self, idx: usize) -> Option<&CStr> { in column_name() 138 pub fn sql(&self) -> Option<&CStr> { in sql()
|
D | inner_connection.rs | 54 c_path: &CStr, in open_with_flags() 56 vfs: Option<&CStr>, in open_with_flags()
|
/external/rust/crates/nix/src/sys/ |
D | memfd.rs | 14 pub fn memfd_create(name: &CStr, flags: MemFdCreateFlag) -> Result<RawFd> { in memfd_create()
|
/external/icu/icu4c/source/common/ |
D | cstr.cpp | 21 CStr::CStr(const UnicodeString &in) { in CStr() function in CStr
|
/external/rust/crates/libloading/src/ |
D | util.rs | 10 pub(crate) fn cstr_cow_from_bytes(slice: &[u8]) -> Result<Cow<'_, CStr>, Error> { in cstr_cow_from_bytes() argument
|
/external/rust/crates/rusqlite/src/util/ |
D | small_cstr.rs | 76 pub fn as_cstr(&self) -> &CStr { in as_cstr() 104 fn deref(&self) -> &CStr { in deref()
|
D | sqlite_string.rs | 81 pub(crate) fn as_cstr(&self) -> &std::ffi::CStr { in as_cstr()
|
/external/crosvm/fuse/src/ |
D | filesystem.rs | 498 linkname: &CStr, in symlink() 500 name: &CStr, in symlink() 520 name: &CStr, in mknod() 540 name: &CStr, in mkdir() 592 oldname: &CStr, in rename() 594 newname: &CStr, in rename() 611 newname: &CStr, in link() 684 name: &CStr, in create() 889 name: &CStr, in setxattr() 911 name: &CStr, in getxattr()
|
/external/rust/crates/android_logger/src/ |
D | lib.rs | 92 fn android_log(prio: log_ffi::LogPriority, tag: &CStr, msg: &CStr) { in android_log() 104 fn android_log(_priority: Level, _tag: &CStr, _msg: &CStr) {} in android_log()
|
/external/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 551 fn rewrite_xattr_name<'xattr>(&self, name: &'xattr CStr) -> Cow<'xattr, CStr> { in rewrite_xattr_name() argument 769 fn do_unlink(&self, parent: &InodeData, name: &CStr, flags: libc::c_int) -> io::Result<()> { in do_unlink() 833 fn do_getxattr(&self, inode: &InodeData, name: &CStr, value: &mut [u8]) -> io::Result<usize> { in do_getxattr() 1190 name: &CStr, in mkdir() 1313 name: &CStr, in create() 1595 oldname: &CStr, in rename() 1597 newname: &CStr, in rename() 1627 name: &CStr, in mknod() 1663 newname: &CStr, in link() 1691 linkname: &CStr, in symlink() [all …]
|
D | read_dir.rs | 110 fn strip_padding(b: &[u8]) -> &CStr { in strip_padding()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 204 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() 259 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraints()
|
/external/crosvm/base/src/ |
D | shm.rs | 32 pub fn new(name: Option<&CStr>, size: u64) -> Result<SharedMemory> { in new()
|
/external/libchromeos-rs/src/ |
D | read_dir.rs | 114 fn strip_padding(b: &[u8]) -> &CStr { in strip_padding()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 234 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops, in ParseConstraint() 328 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops, in ParseConstraints()
|
/external/crosvm/kernel_loader/src/ |
D | lib.rs | 156 cmdline: &CStr, in load_cmdline()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 88 const char *CStr = StrData.getCStr(&Offset, &Err); in dumpDebugStrings() local
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 190 pub fn chown(path: &CStr, uid: Uid, gid: Gid) -> Result<()> { in chown()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 91 StringRef CStr; member
|
/external/llvm-project/llvm/lib/Option/ |
D | OptTable.cpp | 344 const char *CStr = Args.getArgString(Index); in parseOneArgGrouped() local
|
/external/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 954 pub fn alg_type(&self) -> &CStr { in alg_type() 958 pub fn alg_name(&self) -> &CStr { in alg_name()
|