HomeSort by relevance Sort by last modified time
    Searched full:read_file_line (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 422 static int read_file_line(const char* map, int start_pos, int size, int* line_size) function
448 read_file_line(map, i + key_len + 1, size, value_size);
842 int next_pos = read_file_line(map, pos, size, &line_size);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 523 static bool read_file_line P_((struct input *));
525 read_file_line(input)
720 input->read_fn = read_file_line;
522 read_file_line(input) function
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 620 * sed/execute.c (read_file_line): Use ck_getline.
733 (read_file_line): Set line.chomped FALSE each time we encounter a
    [all...]

Completed in 588 milliseconds