Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 25 of 29) sorted by relevance

12

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_search_path_list.cpp34 const char* SearchPathList::FindFile(const char* file_name) { in FindFile() argument
36 if (!file_name || !*file_name) in FindFile()
39 LOG("%s: Looking for %s\n", __FUNCTION__, file_name); in FindFile()
71 full_path_ += file_name; in FindFile()
Dcrazy_linker_proc_maps.cpp259 bool FindLoadAddressForFile(const char* file_name, in FindLoadAddressForFile() argument
262 size_t file_name_len = strlen(file_name); in FindLoadAddressForFile()
263 bool is_base_name = (strchr(file_name, '/') == NULL); in FindLoadAddressForFile()
285 !memcmp(file_name, entry_name, entry_len)) { in FindLoadAddressForFile()
Dcrazy_linker_search_path_list.h39 const char* FindFile(const char* file_name);
Dcrazy_linker_proc_maps.h74 bool FindLoadAddressForFile(const char* file_name,
/ndk/sources/host-tools/sed-4.2.1/lib/
Derror.c72 extern void __error_at_line (int status, int errnum, const char *file_name,
270 error_at_line (int status, int errnum, const char *file_name, in error_at_line() argument
281 && (file_name == old_file_name in error_at_line()
282 || strcmp (old_file_name, file_name) == 0)) in error_at_line()
286 old_file_name = file_name; in error_at_line()
314 __fxprintf (NULL, file_name != NULL ? "%s:%d: " : " ", in error_at_line()
315 file_name, line_number); in error_at_line()
317 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ", in error_at_line()
318 file_name, line_number); in error_at_line()
Dlocalcharset.c125 char *file_name; in get_charset_aliases() local
138 file_name = (char *) malloc (dir_len + add_slash + base_len + 1); in get_charset_aliases()
139 if (file_name != NULL) in get_charset_aliases()
141 memcpy (file_name, dir, dir_len); in get_charset_aliases()
143 file_name[dir_len] = DIRECTORY_SEPARATOR; in get_charset_aliases()
144 memcpy (file_name + dir_len + add_slash, base, base_len + 1); in get_charset_aliases()
148 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL) in get_charset_aliases()
217 if (file_name != NULL) in get_charset_aliases()
218 free (file_name); in get_charset_aliases()
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c337 process_file (const char *file_name, const char *section_name, in process_file() argument
344 if (get_file_size (file_name) < 1) in process_file()
347 abfd = bfd_openr (file_name, target); in process_file()
349 bfd_fatal (file_name); in process_file()
355 fatal (_("%s: cannot get addresses from archive"), file_name); in process_file()
372 fatal (_("%s: cannot find section %s"), file_name, section_name); in process_file()
399 const char *file_name; in addr2line_main() local
421 file_name = NULL; in addr2line_main()
453 file_name = optarg; in addr2line_main()
484 if (file_name == NULL) in addr2line_main()
[all …]
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-test-part_test.cc70 EXPECT_STREQ("some_file.cc", result.file_name()); in TEST_F()
113 TEST_F(TestPartResultTest, file_name) { in TEST_F() argument
114 EXPECT_STREQ("foo/bar.cc", r1_.file_name()); in TEST_F()
115 EXPECT_STREQ(NULL, r3_.file_name()); in TEST_F()
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h575 char file_name[1]; member
579 return file_name[0] == '\0'; in is_last_entry()
584 return file_name; in get_file_name()
603 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1); in process()
623 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1); in get_dir_index()
Delff_api.h86 const char* file_name; member
Delf_file.cc201 address_info->file_name = info.file_name; in get_pc_address_info()
205 address_info->file_name = NULL; in get_pc_address_info()
266 desc->file_name; in get_pc_address_info()
Ddwarf_cu.h30 const char* file_name; member
Ddwarf_cu.cc748 info->file_name = rel_cu_path(); in set_source_info()
753 info->file_name = file_info->get_file_name(); in set_source_info()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc457 const std::string file_name(file == NULL ? kUnknownFile : file); in FormatFileLocation() local
460 return file_name + ":"; in FormatFileLocation()
463 return file_name + "(" + StreamableToString(line) + "):"; in FormatFileLocation()
465 return file_name + ":" + StreamableToString(line) + ":"; in FormatFileLocation()
476 const std::string file_name(file == NULL ? kUnknownFile : file); in FormatCompilerIndependentFileLocation() local
479 return file_name; in FormatCompilerIndependentFileLocation()
481 return file_name + ":" + StreamableToString(line); in FormatCompilerIndependentFileLocation()
Dgtest-test-part.cc60 << result.file_name() << ":" << result.line_number() << ": " in operator <<()
Dgtest-internal-inl.h1184 const char* file_name = test_part_result.file_name(); in OnTestPartResult() local
1185 if (file_name == NULL) in OnTestPartResult()
1186 file_name = ""; in OnTestPartResult()
1187 SendLn("event=TestPartResult&file=" + UrlEncode(file_name) + in OnTestPartResult()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp118 const_string file_name, std::size_t line_num,
161 unit_test_log << unit_test::log::begin( file_name, line_num )
171 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll;
201 unit_test_log << unit_test::log::begin( file_name, line_num )
228 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll;
252 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll;
268 unit_test_log << unit_test::log::begin( file_name, line_num )
320 unit_test_log << unit_test::log::begin( file_name, line_num )
342 unit_test_log << unit_test::log::begin( file_name, line_num )
/ndk/sources/third_party/googletest/googletest/samples/
Dsample9_unittest.cc77 test_part_result.file_name(), in OnTestPartResult()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-test-part.h76 const char* file_name() const { in file_name() function
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c408 pc_info.routine_name, pc_info.dir_name, pc_info.file_name, in ParseFrame()
412 pc_info.routine_name, pc_info.file_name, pc_info.line_number); in ParseFrame()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp117 … explicit location( char const* file_name = 0, size_t line_num = 0, char const* func = 0 );
Dtest_tools.hpp480 const_string file_name, std::size_t line_num,
505 const_string file_name, std::size_t line_num, \
512 check_descr, file_name, line_num, tl, ct, \
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c384 char *file_name; local
388 file_name = get_buffer(b);
390 if (strcmp(p->name, file_name) == 0)
402 if (strcmp(special->outf.name, file_name) == 0)
413 p->name = ck_strdup(file_name);
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp593 const char* file_name = "win32_file_format.tmp"; in win32_file_format() local
596 ofstream out(file_name); in win32_file_format()
606 ifstream in(file_name); in win32_file_format()
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp593 const char* file_name = "win32_file_format.tmp"; in win32_file_format() local
596 ofstream out(file_name); in win32_file_format()
606 ifstream in(file_name); in win32_file_format()

12