Searched refs:read_line (Results 1 - 5 of 5) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
H A D | 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)
|
/external/e2fsprogs/ext2ed/ |
H A D | main.c | 267 void read_line(char * foo) { function 318 read_line(command_line);
|
/external/toybox/toys/pending/ |
H A D | 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/ |
H A D | 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))
|
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-core.jar | META-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ... |
Completed in 128 milliseconds