Home
last modified time | relevance | path

Searched defs:file_contents (Results 1 – 18 of 18) sorted by relevance

/third_party/protobuf/ruby/lib/google/protobuf/ffi/
Ddescriptor_pool.rb37 def add_serialized_file(file_contents) argument
/third_party/gn/src/gn/
Dfunction_read_file.cc68 std::string file_contents; in RunReadFile() local
Dvisual_studio_writer_unittest.cc194 std::stringstream file_contents; in TEST_F() local
/third_party/skia/tools/copyright/
Dfileparser.py76 def FindAllCommentBlocks(self, file_contents): argument
/third_party/skia/m133/tools/copyright/
Dfileparser.py76 def FindAllCommentBlocks(self, file_contents): argument
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_tester.cc171 std::string file_contents; in ExpectFileContent() local
Dimporter_unittest.cc276 std::string file_contents; in ExpectFileContents() local
Dcommand_line_interface_unittest.cc341 std::string file_contents; in ReadFile() local
348 std::string file_contents = ReadFile(filename); in ReadDescriptorSet() local
357 std::string file_contents = ReadFile(filename); in ReadEditionDefaults() local
/third_party/grpc/src/core/lib/security/authorization/
Dgrpc_authorization_policy_provider.cc142 absl::StatusOr<std::string> file_contents = in ForceUpdate() local
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv2dxil.c86 char *file_contents = os_read_file(filename, &file_size); in compile_shader() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/vfs/src/
Dlib.rs132 pub fn file_contents(&self, file_id: FileId) -> &[u8] { in file_contents() method
/third_party/grpc/test/cpp/end2end/
Dtls_key_export_test.cc115 int CountOccurrencesInFileContents(std::string file_contents, in CountOccurrencesInFileContents()
/third_party/libfuse/example/
Dnotify_inval_inode.c82 static char file_contents[MAX_STR_LEN]; variable
Dnotify_store_retrieve.c81 static char file_contents[MAX_STR_LEN]; variable
/third_party/rust/rust/src/tools/clippy/clippy_dev/src/
Dnew_lint.rs416 let mut file_contents = fs::read_to_string(path)?; in setup_mod_file() localVariable
/third_party/mesa3d/src/util/
Dparson.c211 char *file_contents; in read_file() local
1362 char *file_contents = read_file(filename); in json_parse_file() local
1373 char *file_contents = read_file(filename); in json_parse_file_with_comments() local
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp783 void FrameworkEnvironment::write_settings_file(std::string const& file_contents) {
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc9801 const std::string file_contents = absl::Substitute( in TEST_F() local