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

/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Dmain.c24 static const char *kTestProgram = "HC-Inject-Errors"; variable
481 pName = malloc(strlen(home) + strlen(kTestProgram) + 2); // '/' and NUL
483 sprintf(pName, "%s/%s", home, kTestProgram);
484 execl(pName, kTestProgram, dst, NULL);

Completed in 69 milliseconds