Searched refs:file_name (Results 1 - 24 of 24) sorted by relevance

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_search_path_list.cpp34 const char* SearchPathList::FindFile(const char* file_name) { argument
36 if (!file_name || !*file_name)
39 LOG("%s: Looking for %s\n", __FUNCTION__, file_name);
71 full_path_ += file_name;
H A Dcrazy_linker_search_path_list.h36 // Try to find a file named |file_name| by probing the file system
39 const char* FindFile(const char* file_name);
H A Dcrazy_linker_proc_maps.h68 // If |file_name| contains a slash, this will try to perform an
74 bool FindLoadAddressForFile(const char* file_name,
H A Dcrazy_linker_proc_maps.cpp259 bool FindLoadAddressForFile(const char* file_name, argument
262 size_t file_name_len = strlen(file_name);
263 bool is_base_name = (strchr(file_name, '/') == NULL);
285 !memcmp(file_name, entry_name, entry_len)) {
/ndk/sources/host-tools/ndk-stack/binutils/
H A Daddr2line.c200 file_name:line_number and optionally function name. */
340 process_file (const char *file_name, const char *section_name,
347 if (get_file_size (file_name) < 1)
350 abfd = bfd_openr (file_name, target);
352 bfd_fatal (file_name);
358 fatal (_("%s: cannot get addresses from archive"), file_name);
375 fatal (_("%s: cannot find section %s"), file_name, section_name);
403 const char *file_name;
425 file_name = NULL;
457 file_name
337 process_file(const char *file_name, const char *section_name, const char *target) argument
399 const char *file_name; local
[all...]
/ndk/sources/host-tools/ndk-stack/elff/
H A Delff_api.h86 const char* file_name; member in struct:Elf_AddressInfo
88 /* Path to the source file directory. If file_name field of this structure is
92 /* Line number in the source file for the address. If file_name field of this
H A Ddwarf_defs.h575 char file_name[1]; member in struct:Dwarf_STMTL_FileDesc
579 return file_name[0] == '\0';
584 return file_name;
603 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1);
623 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1);
H A Delf_file.cc201 address_info->file_name = info.file_name;
205 address_info->file_name = NULL;
266 desc->file_name;
H A Ddwarf_cu.h30 const char* file_name; member in struct:Dwarf_AddressInfo
H A Ddwarf_cu.cc748 info->file_name = rel_cu_path();
753 info->file_name = file_info->get_file_name();
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest-test-part_test.cc70 EXPECT_STREQ("some_file.cc", result.file_name());
112 // Tests TestPartResult::file_name().
113 TEST_F(TestPartResultTest, file_name) {
114 EXPECT_STREQ("foo/bar.cc", r1_.file_name());
115 EXPECT_STREQ(NULL, r3_.file_name());
H A Dgtest_unittest.cc1411 EXPECT_STREQ(expected.file_name(), actual.file_name());
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-test-part.cc60 << result.file_name() << ":" << result.line_number() << ": "
H A Dgtest-port.cc457 const std::string file_name(file == NULL ? kUnknownFile : file);
460 return file_name + ":";
463 return file_name + "(" + StreamableToString(line) + "):";
465 return file_name + ":" + StreamableToString(line) + ":";
476 const std::string file_name(file == NULL ? kUnknownFile : file);
479 return file_name;
481 return file_name + ":" + StreamableToString(line);
H A Dgtest-internal-inl.h1184 const char* file_name = test_part_result.file_name(); local
1185 if (file_name == NULL)
1186 file_name = "";
1187 SendLn("event=TestPartResult&file=" + UrlEncode(file_name) +
H A Dgtest.cc2497 << internal::FormatFileLocation(test_part_result.file_name(),
3289 part.file_name(), part.line_number());
3710 const char* file_name,
3734 TestPartResult(result_type, file_name, line_number,
/ndk/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-test-part.h76 const char* file_name() const { function in class:testing::TestPartResult
H A Dgtest.h1206 const char* file_name,
/ndk/sources/third_party/googletest/googletest/samples/
H A Dsample9_unittest.cc77 test_part_result.file_name(),
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
H A Dexecution_monitor.hpp117 explicit location( char const* file_name = 0, size_t line_num = 0, char const* func = 0 );
H A 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/ndk-stack/
H A Dndk-stack-parser.c408 pc_info.routine_name, pc_info.dir_name, pc_info.file_name,
412 pc_info.routine_name, pc_info.file_name, pc_info.line_number);
/ndk/tests/device/test-gnustl-full/unit/
H A Dfstream_test.cpp594 const char* file_name = "win32_file_format.tmp"; local
597 ofstream out(file_name);
607 ifstream in(file_name);
/ndk/tests/device/test-stlport/unit/
H A Dfstream_test.cpp594 const char* file_name = "win32_file_format.tmp"; local
597 ofstream out(file_name);
607 ifstream in(file_name);

Completed in 806 milliseconds