Searched refs:property_file (Results 1 – 1 of 1) sorted by relevance
48 void CreateFuzzerPropertyFile(const std::string property_file);109 void InitPropertyFuzzer::CreateFuzzerPropertyFile(const std::string property_file) { in CreateFuzzerPropertyFile() argument111 out.open(property_file, std::ios::binary | std::ofstream::trunc); in CreateFuzzerPropertyFile()112 chmod(property_file.c_str(), S_IRWXU); in CreateFuzzerPropertyFile()