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

  /external/strace/tests/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue) function
75 if (read_int_from_file(overflowid, &n)) {
78 perror_msg_and_fail("read_int_from_file: %s", overflowid);
  /external/strace/tests-m32/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue) function
75 if (read_int_from_file(overflowid, &n)) {
78 perror_msg_and_fail("read_int_from_file: %s", overflowid);
  /external/strace/tests-mx32/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue) function
75 if (read_int_from_file(overflowid, &n)) {
78 perror_msg_and_fail("read_int_from_file: %s", overflowid);
  /external/autotest/client/deps/glbench/src/
utils.cc 62 bool read_int_from_file(FilePath filename, int *value) { function
83 if (!read_int_from_file(filename, &temperature_mCelsius)) {
86 if (!read_int_from_file(filename, &temperature_mCelsius)) {
126 if (read_int_from_file(filenames[i], &temperature_mCelsius)) {
  /external/strace/
util.c 1546 read_int_from_file(const char *const fname, int *const pvalue) function
    [all...]

Completed in 243 milliseconds