Home | History | Annotate | Download | only in os

Lines Matching defs:pathName

328      * This is the pathname to the sysfs file that enables and disables
490 String pathName = traceName;
491 if (pathName.charAt(0) != '/')
492 pathName = DEFAULT_TRACE_PATH_PREFIX + pathName;
493 if (!pathName.endsWith(DEFAULT_TRACE_EXTENSION))
494 pathName = pathName + DEFAULT_TRACE_EXTENSION;
496 VMDebug.startMethodTracing(pathName, bufferSize, flags);
879 * @param fileName Full pathname of output file (e.g. "/sdcard/dump.hprof").