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

  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py 42 def read_line(filename): function
68 snr = read_line(sysfs_path+'/serial')
74 read_line(sysfs_path+'/idVendor'),
75 read_line(sysfs_path+'/idProduct'),
83 dev = int(read_line(os.path.join(sysfs_path, 'devnum')))
112 return read_line(sys_dev_path)
119 return read_line(product_name_file)
130 return read_line(sys_id_path)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 37 static void read_line(PERF_Config *sConfig, char const *line, char const *tag);
99 /** Method read_line
116 void read_line(PERF_Config *cfg, char const *line, char const *tag) function
206 read_line(sConfig, line, tag);
  /external/e2fsprogs/ext2ed/
main.c 267 void read_line(char * foo) { function
318 read_line(command_line);
  /external/toybox/toys/pending/
modprobe.c 170 static int read_line(FILE *fl, char **li) function
231 for (line = linecp = NULL; read_line(fc, &line) > 0;
293 while (read_line(fe, &line) > 0) {
321 for (; read_line(fe, &line) > 0; free(line)) {
519 while (read_line(fs, &procline) > 0) {
  /external/dbus/tools/
dbus-launch.c 227 read_line (int fd, function
1187 switch (read_line (bus_address_to_launcher_pipe[READ_END],
1207 switch (read_line (bus_pid_to_launcher_pipe[READ_END], buf, MAX_PID_LEN))

Completed in 390 milliseconds