Home
last modified time | relevance | path

Searched refs:rspfile (Results 1 – 1 of 1) sorted by relevance

/system/host/merkleroot/
A Dmerkleroot.cpp47 FILE* rspfile = fopen(&arg[1], "r"); in handle_argument() local
48 if (!rspfile) { in handle_argument()
52 while (!feof(rspfile) && !ferror(rspfile)) { in handle_argument()
55 if (fscanf(rspfile, " %4095s", filename) == 1) { in handle_argument()
59 int result = ferror(rspfile); in handle_argument()
63 fclose(rspfile); in handle_argument()

Completed in 3 milliseconds