Home
last modified time | relevance | path

Searched defs:input_file_path (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/sysprop/
H A DJavaMain.cpp35 std::string input_file_path; member
H A DCommon.cpp295 Result<sysprop::Properties> ParseProps(const std::string& input_file_path) { in ParseProps()
318 const std::string& input_file_path) { in ParseApiFile()
H A DCppMain.cpp34 std::string input_file_path; member
H A DJavaGen.cpp468 Result<void> GenerateJavaLibrary(const std::string& input_file_path, in GenerateJavaLibrary()
H A DCppGen.cpp485 Result<void> GenerateCppFiles(const std::string& input_file_path,
/aosp12/art/odrefresh/
H A Dodrefresh.cc169 const std::string input_file_path = file->GetPath(); in MoveOrEraseFiles() local