HomeSort by relevance Sort by last modified time
    Searched full:file_as_string (Results 1 - 3 of 3) 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))
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py 719 file_as_string = os.urandom(size_threshold)
721 fpath1 = self.CreateTempFile(tmpdir=tmpdir, contents=file_as_string)
    [all...]

Completed in 155 milliseconds