Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dgraph.h54 struct Path { struct
56 std::vector<VertexId> vertices;
57 std::vector<EdgeDataCPtr> edges;
58 bool IsEmpty() in IsEmpty()
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dmod.rs196 pub fn path(&self) -> Option<&Path> { in path()
297 Option<Path>, in into_parts()
315 path: Option<Path>, in from_raw_parts()
873 pub struct Path(String); struct
875 impl Path { impl
886 pub fn from_bytes(bytes: &[u8]) -> Result<Path, InvalidUri> { in from_bytes()
910 impl<'a> TryFrom<&'a [u8]> for Path { implementation
918 impl<'a> TryFrom<&'a str> for Path { implementation
1128 fn path_token(bytes: &[u8]) -> Result<(Option<Path>, &[u8]), InvalidUri> { in path_token()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dctx.rs172 P: AsRef<Path>, in set_ca_file()
205 P: AsRef<Path>, in set_certificate_file()
222 P: AsRef<Path>, in set_certificate_chain_file()
232 P: AsRef<Path>, in get_c_file()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs237 pub async fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()> { in rename()
273 pub async fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<u64> { in copy()
344 pub async fn write<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) -> io::Result<()> { in write()
401 pub async fn hard_link<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q) -> io::Result<()> { in hard_link()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs409 Path, enumerator
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dcommand.rs510 pub fn get_current_dir(&self) -> Option<&Path> { in get_current_dir()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dcommand.rs396 pub fn get_current_dir(&self) -> Option<&Path> { in get_current_dir()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dtable.rs795 Path, enumerator
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs163 Path, enumerator
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs823 Path, enumerator