Home | History | Annotate | Download | only in chromium

Lines Matching refs:pagefile_path

2572 	char pagefile_path[PATH_MAX];
2579 strcpy(pagefile_path, pagefile_templ);
2580 ret = mkstemp(pagefile_path);
2583 if (unlink(pagefile_path)) {
2588 pagefile_path, "\"):");