Searched refs:mFilePath (Results 1 – 5 of 5) sorted by relevance
9 mFp = fopen(mFilePath.c_str(), "rb"); in startIpStream()11 ALOGE("Failed to open file at path: %s", mFilePath.c_str()); in startIpStream()34 ALOGE("IpStreamer::ipStreamThreadLoop: Cannot open file %s: (%s)", mFilePath.c_str(), in ipStreamThreadLoop()
36 std::string getFilePath() { return mFilePath; }; in getFilePath()46 std::string mFilePath = "/data/local/tmp/segment000000.ts"; // default path for TS file variable
46 mFilePath{configPath.empty() ? findExistingConfigurationFile(mConfigFileName)48 mConfig{xsd::read(mFilePath.c_str())} {53 const std::string& getFilePath() const { return mFilePath; } in getFilePath()101 const std::string mFilePath; variable
43 if (mFilePath.empty()) { in getError()47 return "Invalid config file: " + mFilePath; in getError()
122 string mFilePath; member in CUwbNxpConfig410 mFilePath(filepath), in CUwbNxpConfig()413 auto pos = mFilePath.find(sku_specifier); in CUwbNxpConfig()417 mFilePath.replace(pos, strlen(sku_specifier), prop_str); in CUwbNxpConfig()421 pos = mFilePath.find(country_code_specifier); in CUwbNxpConfig()423 mCurrentFile = mFilePath; in CUwbNxpConfig()434 mFilePath = move(config.mFilePath); in CUwbNxpConfig()445 mFilePath = move(config.mFilePath); in operator =()458 mCurrentFile = mFilePath; in setCountry()