Searched refs:idlFilePath_ (Results 1 – 6 of 6) sorted by relevance
48 idlFilePath_ = idlFile; in SetIdlFile()50 int index = idlFilePath_.LastIndexOf('\\'); in SetIdlFile()52 int index = idlFilePath_.LastIndexOf('/'); in SetIdlFile()54 int end = idlFilePath_.LastIndexOf(".idl") == -1 ? in SetIdlFile()55 idlFilePath_.LastIndexOf(".idl") : idlFilePath_.LastIndexOf(".idl"); in SetIdlFile()56 name_ = idlFilePath_.Substring((index == -1) ? 0 : (index + 1), end); in SetIdlFile()217 sb.Append("file: ").Append(idlFilePath_); in Dump()
145 String idlFilePath_; variable
38 idlFilePath_ = idlFile; in SetIdlFile()40 size_t index = idlFilePath_.rfind('\\'); in SetIdlFile()42 size_t index = idlFilePath_.rfind('/'); in SetIdlFile()45 size_t end = idlFilePath_.rfind(".idl"); in SetIdlFile()50 name_ = StringHelper::SubStr(idlFilePath_, (index == std::string::npos) ? 0 : (index + 1), end); in SetIdlFile()211 sb.Append("file: ").Append(idlFilePath_); in Dump()
188 return idlFilePath_; in GetIdlFilePath()208 std::string idlFilePath_; variable
48 idlFilePath_ = idlFile; in SetIdlFile()50 size_t index = idlFilePath_.rfind('\\'); in SetIdlFile()52 size_t index = idlFilePath_.rfind('/'); in SetIdlFile()55 size_t end = idlFilePath_.rfind(".idl"); in SetIdlFile()60 name_ = StringHelper::SubStr(idlFilePath_, (index == std::string::npos) ? 0 : (index + 1), end); in SetIdlFile()288 sb.Append("file: ").Append(idlFilePath_); in Dump()
208 return idlFilePath_; in GetIdlFilePath()270 std::string idlFilePath_; variable