Home
last modified time | relevance | path

Searched refs:mFilePath (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/tv/tuner/aidl/vts/functional/utils/
DIpStreamer.cpp9 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()
DIpStreamer.h36 std::string getFilePath() { return mFilePath; }; in getFilePath()
46 std::string mFilePath = "/data/local/tmp/segment000000.ts"; // default path for TS file variable
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.h46 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
DPolicyConfig.cpp43 if (mFilePath.empty()) { in getError()
47 return "Invalid config file: " + mFilePath; in getError()
/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc122 string mFilePath; member in CUwbNxpConfig
410 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()