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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-trace.c450 char script_path[MAXPATHLEN]; local
476 snprintf(script_path, MAXPATHLEN, "%s/%s",
478 read_script_info(desc, script_path);
499 char script_path[MAXPATHLEN]; local
525 snprintf(script_path, MAXPATHLEN, "%s/%s",
527 path = strdup(script_path);
570 char *script_path; local
651 script_path = get_script_path(argv[2], suffix);
652 if (!script_path) {
659 __argv[1] = script_path;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c1203 char *script_path; local
1206 script_path = xasprintf("/var/lib/dpkg/info/%s.%s", package_name, script_type);
1209 result = lstat(script_path, &path_stat) < 0 ? EXIT_SUCCESS : system(script_path);
1210 free(script_path);

Completed in 64 milliseconds