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

  /external/libchrome/base/process/
process_metrics_linux.cc 45 std::string file_as_string; local
46 if (!ReadFileToString(file, &file_as_string))
48 TrimWhitespaceASCII(file_as_string, TRIM_ALL, &file_as_string);
50 if (!StringToUint64(file_as_string, &file_as_uint64))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_resumable_uploads.py 59 file_as_string = ''.join(buf)
60 return (file_as_string, StringIO.StringIO(file_as_string))

Completed in 172 milliseconds