Searched refs:read_line (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
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/chromium-trace/catapult/telemetry/third_party/pyserial/ |
D | linux-product_info.patch | 8 return read_line(sys_dev_path) 15 + return read_line(product_name_file)
|
/external/toybox/toys/pending/ |
D | modprobe.c | 167 static int read_line(FILE *fl, char **li) in read_line() function 229 for (line = linecp = NULL; read_line(fc, &line) > 0; in config_action() 291 while (read_line(fe, &line) > 0) { in depmode_read_entry() 319 for (; read_line(fe, &line) > 0; free(line)) { in find_dep() 536 while (read_line(fs, &procline) > 0) { in modprobe_main()
|
/external/skia/third_party/lua/src/ |
D | liolib.c | 370 static int read_line (lua_State *L, FILE *f, int chop) { in read_line() function 429 success = read_line(L, f, 1); in g_read() 448 success = read_line(L, f, 1); in g_read() 451 success = read_line(L, f, 0); in g_read()
|
/external/syslinux/com32/lua/src/ |
D | liolib.c | 381 static int read_line (lua_State *L, FILE *f, int chop) { in read_line() function 440 success = read_line(L, f, 1); in g_read() 463 success = read_line(L, f, 1); in g_read() 466 success = read_line(L, f, 0); in g_read()
|
/external/e2fsprogs/ext2ed/ |
D | main.c | 268 void read_line(char * foo) { in read_line() function 319 read_line(command_line); in parser()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Shell.java | 461 String read_line(BufferedReader is, String prompt) { in read_line() method in Shell 477 while ((line = read_line(is, prompt)) != null) { in do_input()
|