Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 40) 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/host-tools/sed-4.2.1/lib/
Ddirname.c32 dir_len (char const *file) in dir_len()
71 dir_name (char const *file) in dir_name()
Dstripslash.c30 strip_trailing_slashes (char *file) in strip_trailing_slashes()
Dlstat.c54 rpl_lstat (const char *file, struct stat *sbuf) in rpl_lstat()
Dtempname.c72 # define __lxstat64(version, file, buf) lstat (file, buf) argument
73 # define __xstat64(version, file, buf) stat (file, buf) argument
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dlink-warning.h13 # define GL_LINK_WARNING1(file, line, message) \ argument
15 # define GL_LINK_WARNING2(file, line, message) \ argument
/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_shared-exception/jni/
Dpretty2.cpp57 __assert_fail (const char *cond, const char *file, unsigned int line, in __assert_fail()
/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/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()

12