Searched refs:folder_path (Results 1 – 1 of 1) sorted by relevance
195 void CreateFolder(const std::string& folder_path);236 void ProfilerImpl::CreateFolder(const std::string& folder_path) { in CreateFolder() argument239 if (stat(folder_path.c_str(), &folder_stat) != 0) { in CreateFolder()241 mkdir(folder_path.c_str(), S_IRWXU | S_IRWXG | S_IRWXO) == 0) { in CreateFolder()242 ALOGE("Failed to create %s. errno: %d", folder_path.c_str(), errno); in CreateFolder()