Home
last modified time | relevance | path

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

/aosp14/system/core/init/fuzzer/
H A Dinit_property_fuzzer.cpp48 void CreateFuzzerPropertyFile(const std::string property_file);
109 void InitPropertyFuzzer::CreateFuzzerPropertyFile(const std::string property_file) { in CreateFuzzerPropertyFile() argument
111 out.open(property_file, std::ios::binary | std::ofstream::trunc); in CreateFuzzerPropertyFile()
112 chmod(property_file.c_str(), S_IRWXU); in CreateFuzzerPropertyFile()