Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.h63 bool CreateDirForPath(const std::string& path) const;
Dio_delegate.cpp149 bool IoDelegate::CreateDirForPath(const string& path) const { in CreateDirForPath() function in android::aidl::IoDelegate
181 if (CreateDirForPath(file_path)) { in GetCodeWriter()