Home
last modified time | relevance | path

Searched refs:existing_file (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-tools/misc/
Dconvert-archive.in238 existing_file=gettext-0.10.35/ABOUT-NLS
242 if (cd "$unpacked" && $prog cf - --owner=root --group=root "$existing_file") >/dev/null 2>&1; then
/third_party/glib/glib/tests/
Dfileutils.c1000 existing_file; in test_set_contents_full() member
1036 switch (tests[i].existing_file) in test_set_contents_full()
1054 if (tests[i].existing_file == EXISTING_FILE_SYMLINK) in test_set_contents_full()
1118 if (tests[i].existing_file == EXISTING_FILE_NONE) in test_set_contents_full()
1122 if (tests[i].existing_file == EXISTING_FILE_SYMLINK) in test_set_contents_full()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc4258 static bool ExistingFileMatchesProto(const FileDescriptor* existing_file, in ExistingFileMatchesProto() argument
4261 existing_file->CopyTo(&existing_proto); in ExistingFileMatchesProto()
4264 if (existing_file->syntax() == FileDescriptor::SYNTAX_PROTO2 && in ExistingFileMatchesProto()
4267 existing_file->SyntaxName(existing_file->syntax())); in ExistingFileMatchesProto()
4282 const FileDescriptor* existing_file = tables_->FindFile(filename_); in BuildFile() local
4283 if (existing_file != nullptr) { in BuildFile()
4285 if (ExistingFileMatchesProto(existing_file, proto)) { in BuildFile()
4287 return existing_file; in BuildFile()
/third_party/boost/libs/nowide/doc/
Dmain.dox241 CopyFileW( boost::nowide::widen(existing_file).c_str(),
257 boost::nowide::basic_stackstring<wchar_t,char,64> wexisting_file(existing_file), wnew_file(new_file…