Home
last modified time | relevance | path

Searched defs:prop_file (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc268 std::ifstream prop_file(file, std::ios::in); in ReadPropMap() local
288 /*out*/std::string* prop_file, in ParseArgs()
308 std::string prop_file; in AgentStart() local
/aosp_15_r20/external/libchrome-gestures/tools/
H A Dtplog.py167 def replace_properties(self, prop_file): argument