Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h54 struct Path { struct
56 std::vector<VertexId> vertices;
57 std::vector<EdgeDataCPtr> edges;
58 bool IsEmpty() in IsEmpty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_impl.h33 class Path; variable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs151 P: AsRef<Path>, in set_ca_file()
195 P: AsRef<Path>, in set_certificate_file()
212 P: AsRef<Path>, in set_certificate_chain_file()
222 P: AsRef<Path>, in get_c_file()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs196 pub fn path(&self) -> Option<&Path> { in path()
297 Option<Path>, in into_parts()
315 path: Option<Path>, in from_raw_parts()
828 pub struct Path(String); struct
830 impl Path { implementation
841 pub fn from_bytes(bytes: &[u8]) -> Result<Path, InvalidUri> { in from_bytes()
865 impl<'a> TryFrom<&'a [u8]> for Path { implementation
873 impl<'a> TryFrom<&'a str> for Path { implementation
1083 fn path_token(bytes: &[u8]) -> Result<(Option<Path>, &[u8]), InvalidUri> { in path_token()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-drawing-components-path.md1 # Path chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-drawing-components-path.md1 # Path chapter
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_forward.h28 class Path; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp23 Path::Path() noexcept : impl_(ImplFactory::CreatePathImpl()) {} in Path() function in OHOS::Rosen::Drawing::Path
25 Path::Path(const Path& other) noexcept in Path() function in OHOS::Rosen::Drawing::Path
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs409 Path, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dtable.rs693 Path, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h445 Path() : BasicShape(BasicShapeType::PATH) {} in Path() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs510 pub fn get_current_dir(&self) -> Option<&Path> { in get_current_dir()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs396 pub fn get_current_dir(&self) -> Option<&Path> { in get_current_dir()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md117 ## Path section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md117 ## Path section
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs163 Path, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs913 Path, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2413 Testing::TestingPath Path; variable