Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 38) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/
Dfiledef.h26 struct file struct
29 char *hname; /* Hashed filename */ argument
40 struct file *prev; /* Previous entry for same file name; argument
43 struct file *last; /* Last entry for the same file name. */ argument
47 struct file *renamed; argument
58 struct file *parent; argument
62 struct file *double_colon; argument
75 unsigned int precious:1; /* Non-0 means don't delete file on quit */ argument
76 unsigned int low_resolution_time:1; /* Nonzero if this file's time stamp argument
80 this file; don't search again. */ argument
[all …]
Dremake.c87 #define MTIME(file) (rebuilding_makefiles ? file_mtime_no_search (file) \ in update_goal_chain() argument
127 struct file *file; in update_goal_chain() local
284 update_file (struct file *file, unsigned int depth) in update_file()
346 complain (const struct file *file) in complain()
370 update_file_1 (struct file *file, unsigned int depth) in update_file_1()
796 notice_finished_file (struct file *file) in notice_finished_file()
933 check_dep (struct file *file, unsigned int depth, in check_dep()
1045 touch_file (struct file *file) in touch_file()
1097 remake_file (struct file *file) in remake_file()
1144 f_mtime (struct file *file, int search) in f_mtime()
[all …]
Dcommands.c45 set_file_variables (struct file *file) in set_file_variables()
368 execute_file_commands (struct file *file) in execute_file_commands()
528 delete_target (struct file *file, char *on_behalf_of) in delete_target()
Dvpath.c318 gpath_search (char *file, unsigned int len) in gpath_search()
337 vpath_search (char **file, FILE_TIMESTAMP *mtime_ptr) in vpath_search()
372 selective_vpath_search (struct vpath *path, char **file, in selective_vpath_search()
Dexpand.c99 recursively_expand_for_file (struct variable *v, struct file *file) in recursively_expand_for_file()
449 variable_expand_for_file (char *line, struct file *file) in variable_expand_for_file()
539 allocated_variable_expand_for_file (char *line, struct file *file) in allocated_variable_expand_for_file()
Ddep.h41 struct file *file; member
Dimplicit.c39 try_implicit_rule (struct file *file, unsigned int depth) in try_implicit_rule()
200 pattern_search (struct file *file, int archive, in pattern_search()
Djob.h44 struct file *file; /* File being remade. */ member
Dvariable.c445 initialize_file_variables (struct file *file, int reading) in initialize_file_variables()
853 target_environment (struct file *file) in target_environment()
1477 print_file_variables (struct file *file) in print_file_variables()
/ndk/sources/android/support/src/stdio/
Dstdio_impl.c9 void fake_file_init_file(FakeFILE* file, FILE* f) { in fake_file_init_file()
14 void fake_file_init_buffer(FakeFILE* file, char* buffer, size_t buffer_size) { in fake_file_init_buffer()
21 void fake_file_init_wbuffer(FakeFILE* file, in fake_file_init_wbuffer()
27 void fake_file_out(FakeFILE* file, const char* text, size_t length) { in fake_file_out()
46 void fake_file_outw(FakeFILE* file, const wchar_t* text, size_t length) { in fake_file_outw()
72 int fake_feof(FakeFILE* file) { in fake_feof()
79 int fake_ferror(FakeFILE* file) { in fake_ferror()
86 int fake_fprintf(FakeFILE* file, const char* format, ...) { in fake_fprintf()
112 void fake_fputc(char ch, FakeFILE* file) { in fake_fputc()
121 void fake_fputwc(wchar_t wc, FakeFILE* file) { in fake_fputwc()
Dstdio_impl.h16 FILE* file; member
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dthrow_exception.hpp82 throw_exception_( E const & x, char const * current_function, char const * file, int line ) in throw_exception_()
Dassert.hpp98 char const * file, long line) in assertion_failed_msg()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-typed-test.cc52 const char* file, int line, const char* registered_tests) { in VerifyRegisteredTestNames()
Dgtest-port.cc456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation()
475 const char* file, int line) { in FormatCompilerIndependentFileLocation()
485 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog()
577 FILE* const file = posix::FOpen(filename_.c_str(), "r"); in GetCapturedString() local
599 size_t CapturedStream::GetFileSize(FILE* file) { in GetFileSize()
605 std::string CapturedStream::ReadEntireFile(FILE* file) { in ReadEntireFile()
Dgtest-death-test.cc346 const char* file, int line, DeathTest** test) { in Create()
612 const char* file, in WindowsDeathTest()
871 const char* file, int line) : in ExecDeathTest()
1154 const char* file, int line, in Create()
Dgtest-filepath.cc182 std::string file; in MakeFileName() local
/ndk/tests/device/test-stlport_static-exception/jni/
Dpretty2.cpp57 __assert_fail (const char *cond, const char *file, unsigned int line, in __assert_fail()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dpretty2.cpp57 __assert_fail (const char *cond, const char *file, unsigned int line, in __assert_fail()
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp55 stdio_streambuf_base::stdio_streambuf_base(FILE* file) in stdio_streambuf_base()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h248 const std::string& file() const { return file_; } in file() function
/ndk/tests/device/fenv/jni/
Dtest_fenv.c35 void fail(const char* file, int line, const char* func, const char* expr) in fail()
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h188 FILE* file() const { return file_; } in file() function
329 FILE* file = fopen("/proc/self/maps", "rb"); in CheckRelroMaps() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dconfig.h70 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { in assert_rtn()
/ndk/tests/abcc/jni/
DAbcc.cpp296 std::string file = mWorkingDir + "/compile_error"; in runCmd() local

12