Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.h58 bool CreatePathForFile(const std::string& path) const;
Dio_delegate.cpp149 bool IoDelegate::CreatePathForFile(const string& path) const { in CreatePathForFile() function in android::aidl::IoDelegate
Daidl.cpp736 if (!io_delegate.CreatePathForFile(output_file_name)) { in compile_aidl_to_java()