Searched refs:xbc_path (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/bootconfig/
H A Dmain.c360 static int apply_xbc(const char *path, const char *xbc_path) argument
370 ret = load_xbc_file(xbc_path, &buf);
372 pr_err("Failed to load %s : %d\n", xbc_path, ret);
394 printf("Apply %s to %s\n", xbc_path, path);

Completed in 112 milliseconds