Searched refs:recordFilePath (Results 1 – 2 of 2) sorted by relevance
86 int32_t SampleGetRecordFd(string &recordFilePath) in SampleGetRecordFd() argument95 recordFilePath = recordFilePath + ss.str(); in SampleGetRecordFd()96 fd = open(recordFilePath.c_str(), O_RDWR | O_CREAT, S_IWUSR | S_IRUSR); in SampleGetRecordFd()97 cout << "Open " << recordFilePath << endl; in SampleGetRecordFd()
63 int32_t SampleGetRecordFd(std::string &recordFilePath);