Searched refs:filePathStr (Results 1 – 3 of 3) sorted by relevance
73 bool ParamReader::VerifyParamFile(const std::string &filePathStr) in VerifyParamFile() argument81 std::string absFilePath = CFG_PATH + filePathStr; in VerifyParamFile()92 if (line.find("Name: " + filePathStr) != std::string::npos) { in VerifyParamFile()
128 …std::string filePathStr = "/data/storage/el2/share/r/demoa/data/storage/el2/base/files/GetPathFrom… variable129 const char *filePath = filePathStr.c_str();155 std::string filePathStr = variable157 filePathStr += "data/storage/el2/base/haps/entry/files/GetPathFromUri004.txt";158 const char *filePath = filePathStr.c_str();
31 static bool VerifyParamFile(const std::string &filePathStr);