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