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