Searched refs:CreateDirForPath (Results 1 – 2 of 2) sorted by relevance
65 bool CreateDirForPath(const std::string& path) const;
148 bool IoDelegate::CreateDirForPath(const string& path) const { in CreateDirForPath() function in android::aidl::IoDelegate180 if (CreateDirForPath(file_path)) { in GetCodeWriter()