Searched refs:esp_spiffs_by_label (Results 1 – 1 of 1) sorted by relevance
117 static esp_err_t esp_spiffs_by_label(const char* label, int * index){ in esp_spiffs_by_label() function151 if (esp_spiffs_by_label(conf->partition_label, &index) == ESP_OK) { in esp_spiffs_init()277 if (esp_spiffs_by_label(partition_label, &index) != ESP_OK) { in esp_spiffs_mounted()286 if (esp_spiffs_by_label(partition_label, &index) != ESP_OK) { in esp_spiffs_info()301 esp_err_t err = esp_spiffs_by_label(partition_label, &index); in esp_spiffs_format()312 err = esp_spiffs_by_label(partition_label, &index); in esp_spiffs_format()387 if (esp_spiffs_by_label(conf->partition_label, &index) != ESP_OK) { in esp_vfs_spiffs_register()404 if (esp_spiffs_by_label(partition_label, &index) != ESP_OK) { in esp_vfs_spiffs_unregister()