HomeSort by relevance Sort by last modified time
    Searched refs:ReadFileToString (Results 126 - 150 of 230) sorted by null

1 2 3 4 56 7 8 910

  /external/libchrome/base/files/
important_file_writer_unittest.cc 29 if (!ReadFileToString(path, &content)) {
  /external/libchrome/base/process/
internal_linux.cc 58 if (!ReadFileToString(file, buffer)) {
  /external/libchrome/base/
sys_info_chromeos.cc 77 ReadFileToString(path, &lsb_release);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_runner.cc 88 TF_RETURN_IF_ERROR(tensorflow::ReadFileToString(tensorflow::Env::Default(),
  /external/tensorflow/tensorflow/core/api_def/
api_test.cc 58 TF_CHECK_OK(ReadFileToString(env, file_path, &file_contents));
update_api_def.cc 197 TF_CHECK_OK(ReadFileToString(Env::Default(), file, &file_contents));
  /external/tensorflow/tensorflow/core/example/
example_parser_configuration_test.cc 33 TF_CHECK_OK(ReadFileToString(env, filename, output));
  /external/tensorflow/tensorflow/core/platform/
env.h 393 Status ReadFileToString(Env* env, const string& fname, string* data);
  /external/tensorflow/tensorflow/examples/speech_commands/
label_wav.cc 145 Status read_wav_status = tensorflow::ReadFileToString(
test_streaming_accuracy.cc 211 Status read_wav_status = tensorflow::ReadFileToString(
  /external/tensorflow/tensorflow/java/src/gen/cc/
java_defs.h 266 TF_CHECK_OK(ReadFileToString(env, fname, &data_));
  /external/tensorflow/tensorflow/tools/graph_transforms/
freeze_requantization_ranges.cc 36 ReadFileToString(Env::Default(), log_file_name, &file_data));
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
supplicant.cpp 32 if (!android::base::ReadFileToString(src_file_path, &file_contents)) {
  /system/core/adb/
adbd_auth.cpp 57 if (!android::base::ReadFileToString(path, &content)) {
  /system/core/debuggerd/client/
debuggerd_client.cpp 124 if (android::base::ReadFileToString("/proc/sys/fs/pipe-max-size", &pipe_size_str)) {
  /system/core/libcutils/tests/
fs_config.cpp 158 if (!android::base::ReadFileToString(config, &data)) return retval;
  /system/extras/libperfmgr/tests/
NodeLooperThreadTest.cc 60 EXPECT_TRUE(android::base::ReadFileToString(path, &s)) << strerror(errno);
  /system/update_engine/
boot_control_chromeos.cc 269 !base::ReadFileToString(base::FilePath(sysfs_block).Append("removable"),
  /system/update_engine/common/
prefs.cc 121 if (!base::ReadFileToString(filename, value)) {
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 121 void ReadFileToString(const std::string& path, std::string* content) {
122 ASSERT_TRUE(android::base::ReadFileToString(path, content))
133 ReadFileToString(from, &content);
655 ReadFileToString(path, &actual_content);
866 ReadFileToString(path_, &out);
    [all...]
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp     [all...]
  /bionic/linker/
linker_config.cpp 185 if (!android::base::ReadFileToString(ld_config_file_path, &content)) {
450 if (!android::base::ReadFileToString(version_file, &content)) {
  /bootable/recovery/uncrypt/
uncrypt.cpp 222 if (!android::base::ReadFileToString(uncrypt_path_file, &uncrypt_path)) {
588 if (!android::base::ReadFileToString(path, &wipe_package)) {
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_graph_execution_test.cc 90 TF_CHECK_OK(ReadFileToString(Env::Default(), label_filename, &label_str));
127 TF_CHECK_OK(ReadFileToString(Env::Default(), IMAGE_FILENAME, &bmp));
  /art/runtime/base/
file_utils.cc 67 bool ReadFileToString(const std::string& file_name, std::string* result) {

Completed in 1646 milliseconds

1 2 3 4 56 7 8 910