Searched refs:property_file (Results 1 – 2 of 2) 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()
80 auto property_file = SysPath() / property; in GetProperty() local82 if (!ReadFileToString(property_file, &property_value)) { in GetProperty()