Home
last modified time | relevance | path

Searched refs:TrimDot (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp127 std::string path = TrimDot(fpnp); in GeneratePath()
134 std::string path = TrimDot(fpnp.substr(0, pos + 1)); in GeneratePath()
135 std::string file = TrimDot(fpnp.substr(pos)); in GeneratePath()
152 std::string SaRustInterfaceCodeEmitter::TrimDot(const std::string &fpnp) const in TrimDot() function in OHOS::Idl::SaRustInterfaceCodeEmitter
H A Dsa_rust_interface_code_emitter.h46 std::string TrimDot(const std::string &fpnp) const;
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Drust_code_emitter.cpp129 String RustCodeEmitter::TrimDot(const String& fpnp) in TrimDot() function in OHOS::Idl::RustCodeEmitter
156 String path = TrimDot(fpnp); in GeneratePath()
163 String path = TrimDot(fpnp.Substring(0, pos + 1)); in GeneratePath()
164 String file = TrimDot(fpnp.Substring(pos)); in GeneratePath()
H A Drust_code_emitter.h53 String TrimDot(const String& fpnp);