Searched defs:full_name (Results 1 - 18 of 18) sorted by relevance

/external/bluetooth/glib/gmodule/
H A Dgmodule-ar.c109 gchar* full_name; local
116 full_name = g_strconcat (file_name, "(", member, ")", NULL);
120 full_name = g_strdup (file_name);
122 handle = dlopen (full_name,
125 g_free (full_name);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc149 string ToJavaName(const string& full_name, const FileDescriptor* file) { argument
160 result += full_name;
162 // Strip the proto package from full_name since we've replaced it with
164 result += full_name.substr(file->package().size() + 1);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc162 string ToJavaName(const Params& params, const string& full_name, argument
172 result += full_name;
174 // Strip the proto package from full_name since we've replaced it with
182 full_name.find_first_of('.', sizeToSkipPackageName + 1);
186 string class_name = full_name.substr(sizeToSkip + 1);
208 const string full_name = descriptor->full_name(); local
211 string base_name = full_name.substr(0, full_name.find_last_of('.'));
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c327 char full_name[500]; local
332 sprintf(full_name,"%s/%s",path,entry->d_name);
334 lstat(full_name,&stats);
349 fix_stat(full_name, &stats);
352 //printf("Object %d, %s is a ",newObj,full_name);
373 readlink(full_name,symname,sizeof(symname) -1);
391 h = open(full_name,O_RDONLY);
439 // NCB modified 10/9/2001 process_directory(1,full_name);
440 process_directory(newObj,full_name,fixstats);
H A Dmkyaffsimage.c403 char full_name[500]; local
408 sprintf(full_name,"%s/%s",path,entry->d_name);
410 lstat(full_name,&stats);
424 printf("Object %d, %s is a ",newObj,full_name);
445 readlink(full_name,symname,sizeof(symname) -1);
463 h = open(full_name,O_RDONLY);
511 // NCB modified 10/9/2001 process_directory(1,full_name);
512 process_directory(newObj,full_name);
/external/blktrace/btreplay/
H A Dbtrecord.c341 char full_name[MAXPATHLEN]; local
343 sprintf(full_name, "%s/%s.blktrace.%d", idir, devnm, cpu);
344 if (access(full_name, R_OK) != 0)
347 __add_input_file(cpu, devnm, full_name);
H A Dbtreplay.c964 char full_name[MAXPATHLEN]; local
966 sprintf(full_name, "%s/%s.%s.%d", idir, dip->devnm, ibase, cpu);
967 if (access(full_name, R_OK) != 0)
970 add_input_file(cpu, dip->devnm, full_name);
/external/chromium/base/
H A Dfile_util_posix.cc646 FilePath full_name = source.Append(dent->d_name); local
649 ret = lstat(full_name.value().c_str(), &info.stat);
651 ret = stat(full_name.value().c_str(), &info.stat);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc317 string full_name = temp_directory_ + "/" + name; local
318 File::WriteStringToFileOrDie(contents, full_name);
/external/freetype/include/freetype/
H A Dt1tables.h73 FT_String* full_name; member in struct:PS_FontInfoRec_
/external/freetype/src/cff/
H A Dcfftypes.h110 FT_UInt full_name; member in struct:CFF_FontRecDictRec_
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
H A Dcpp.py357 def full_name(self): member in class:FileInfo
371 fullname = self.full_name()
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c154 read_link (const gchar *full_name) argument
167 read_size = readlink (full_name, buffer, size);
/external/genext2fs/
H A Dgenext2fs.c1665 char full_name[2048]; local
1677 int tmp = snprintf(full_name, sizeof(full_name),
1679 if(tmp >= (int)sizeof(full_name))
1681 fix_stat(full_name, &st);
1683 full_name[0] = '\0';
1711 add2fs_from_dir(fs, full_name, this_nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
1725 add2fs_from_dir(fs, full_name, nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
1771 add2fs_from_dir(fs, full_name, nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc358 const String& full_name = String::Format("%s.%s", local
382 return (MatchesFilter(full_name, positive.c_str()) &&
383 !MatchesFilter(full_name, negative.c_str()));
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc366 bool AddSymbol(const string& full_name, Symbol symbol);
638 const string& full_name, Symbol symbol) {
639 if (InsertIfNotPresent(&symbols_by_name_, full_name.c_str(), symbol)) {
640 symbols_after_checkpoint_.push_back(full_name.c_str());
985 if (fallback_database_->FindAllExtensionNumbers(extendee->full_name(),
1270 containing_type->full_name(), field_number, &file_proto)) {
1405 proto->mutable_extendee()->append(containing_type()->full_name());
1418 proto->mutable_type_name()->append(message_type()->full_name());
1423 proto->mutable_type_name()->append(enum_type()->full_name());
1474 proto->mutable_input_type()->append(input_type()->full_name());
637 AddSymbol( const string& full_name, Symbol symbol) argument
2516 AddSymbol( const string& full_name, const void* parent, const string& name, const Message& proto, Symbol symbol) argument
2581 ValidateSymbolName( const string& name, const string& full_name, const Message& proto) argument
2866 string* full_name = tables_->AllocateString(scope); local
2934 string* full_name = tables_->AllocateString(scope); local
3183 string* full_name = tables_->AllocateString(scope); local
3226 string* full_name = tables_->AllocateString(*parent->full_name_); local
3288 string* full_name = tables_->AllocateString(file_->package()); local
3317 string* full_name = tables_->AllocateString(parent->full_name()); local
[all...]
/external/gtest/src/
H A Dgtest.cc423 const String& full_name = String::Format("%s.%s", local
447 return (MatchesFilter(full_name, positive.c_str()) &&
448 !MatchesFilter(full_name, negative.c_str()));
/external/protobuf/gtest/src/
H A Dgtest.cc457 const String& full_name = String::Format("%s.%s", local
481 return (MatchesFilter(full_name, positive.c_str()) &&
482 !MatchesFilter(full_name, negative.c_str()));

Completed in 1590 milliseconds