Searched refs:storage_dir (Results 1 – 1 of 1) sorted by relevance
35 static const char *storage_dir = "/boot"; variable56 storage_dir = storage_root; in storage_init()60 storage_dir = BY_PARTLABEL_PATH; in storage_init()120 pathlen = strlen(storage_dir) + strlen(file) + 2; in storage_open()122 snprintf(fspath, pathlen, "%s/%s", storage_dir, file); in storage_open()