Home
last modified time | relevance | path

Searched refs:filePathStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_reader.cpp73 bool ParamReader::VerifyParamFile(const std::string &filePathStr) in VerifyParamFile() argument
81 std::string absFilePath = CFG_PATH + filePathStr; in VerifyParamFile()
92 if (line.find("Name: " + filePathStr) != std::string::npos) { in VerifyParamFile()
/ohos5.0/foundation/filemanagement/app_file_service/test/unittest/file_uri_ndk_test/
H A Dfile_uri_ndk_test.cpp128 …std::string filePathStr = "/data/storage/el2/share/r/demoa/data/storage/el2/base/files/GetPathFrom… variable
129 const char *filePath = filePathStr.c_str();
155 std::string filePathStr = variable
157 filePathStr += "data/storage/el2/base/haps/entry/files/GetPathFromUri004.txt";
158 const char *filePath = filePathStr.c_str();
/ohos5.0/base/hiviewdfx/hiview/core/param_update/include/
H A Dparam_reader.h31 static bool VerifyParamFile(const std::string &filePathStr);