HomeSort by relevance Sort by last modified time
    Searched refs:dump_path (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/
path_utils.h 18 // dump_path - once for each path of interest
34 void dump_path(SkFILEWStream* pathStream, const SkPath& path);
path_utils.cpp 28 void dump_path(SkFILEWStream* pathStream, const SkPath& path) { function in namespace:sk_tools
  /external/oprofile/libopagent/
opagent.c 128 char dump_path[PATH_MAX]; local
147 snprintf(dump_path, PATH_MAX, "%s/%i.dump", AGENT_DIR, getpid());
148 snprintf(err_msg, PATH_MAX + 16, "Error opening %s\n", dump_path);
150 fd = creat(dump_path, S_IRUSR|S_IWUSR);
176 snprintf(err_msg, PATH_MAX + 16, "Error writing to %s", dump_path);

Completed in 3295 milliseconds