Searched defs:folder (Results 1 – 6 of 6) sorted by relevance
178 std::string folder = HapParser::ToFolderPath(keyParams); variable
191 std::string folder = HapParser::ToFolderPath(keyParams); variable
109 std::string folder = IncludeTrailingPathDelimiter(TMP_FOLDER + std::to_string(id)); in EraseTmpFolder() local
155 void RawParam::SetFolder(const std::string &folder) in SetFolder()
227 std::string folder = DumpLogManager::CreateTmpFolder(rawParam->GetRequestId()); in RequestMain() local
154 bool DumpCommonUtils::GetNamesInFolder(const std::string& folder, std::vector<std::string>& names) in GetNamesInFolder()