Searched refs:TrimDot (Results 1 – 4 of 4) sorted by relevance
127 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
46 std::string TrimDot(const std::string &fpnp) const;
129 String RustCodeEmitter::TrimDot(const String& fpnp) in TrimDot() function in OHOS::Idl::RustCodeEmitter156 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()
53 String TrimDot(const String& fpnp);