Home
last modified time | relevance | path

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

/system/core/init/fuzzer/
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()
/system/apex/apexd/
Dapex_database.cpp80 auto property_file = SysPath() / property; in GetProperty() local
82 if (!ReadFileToString(property_file, &property_value)) { in GetProperty()