Home
last modified time | relevance | path

Searched refs:data_name (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/
Dstats-viewer.py63 def __init__(self, data_name, name_filter): argument
70 self.data_name = data_name
100 if not os.path.exists(self.data_name):
101 maps_name = "/proc/%s/maps" % self.data_name
103 print "\"%s\" is neither a counter file nor a PID." % self.data_name
107 self.data_name = None
110 self.data_name = m.group(0)
112 if self.data_name is None:
113 print "Can't find counter file in maps for PID %s." % self.data_name
117 data_file = open(self.data_name, "r")
[all …]
/external/ppp/pppd/
Dutils.c500 if (protp != 0 && protp->data_name != 0) {
501 printer(arg, "[%s data]", protp->data_name);
Dpppd.h420 char *data_name; /* Text name of corresponding data protocol */ member