Lines Matching defs:path
214 static bool SetFtraceEnabled(const string& path, bool enabled)
216 return WriteStrToFile(path, enabled ? "1" : "0");
254 " --trace_dump Dumps traces to a specified path (stdout by default).\n"
255 " --trace_finish Stops capturing traces and dumps traces to a specified path (stdout by default).\n"
295 static bool CheckOutputFile(const char* path)
298 size_t len = strnlen(path, MAX_OUTPUT_LEN);
299 if (len == MAX_OUTPUT_LEN || len < 1 || (stat(path, &buf) == 0 && (buf.st_mode & S_IFDIR))) {
303 g_traceArgs.output = path;
663 ConsoleLog("warning: The current state does not support specifying the output file path, " +
733 ConsoleLog("warning: The current state does not support specifying the output file path, " +
780 ConsoleLog("warning: The current state does not support specifying the output file path, " +