HomeSort by relevance Sort by last modified time
    Searched defs:file_list (Results 1 - 9 of 9) sorted by null

  /external/oprofile/libpp/
locate_images.cpp 40 list<string> file_list; local
41 create_file_list(file_list, path, "*", true);
42 list<string>::const_iterator lit = file_list.begin();
43 list<string>::const_iterator lend = file_list.end();
  /external/oprofile/libutil++/
file_manip.cpp 116 list<string> * file_list = (list<string> *)name_list; local
117 file_list->push_back(pathname);
120 bool create_file_list(list<string> & file_list, string const & base_dir,
123 return !get_matching_pathnames(&file_list, get_pathname,
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 474 ExecuteTasksFileBrowserFunction::FileDefinitionList file_list; variable
484 file_list.push_back(file);
486 if (file_list.empty()) {
501 file_list));
704 const FileDefinitionList& file_list) {
740 for (FileDefinitionList::const_iterator iter = file_list.begin();
741 iter != file_list.end();
    [all...]
  /external/chromium/chrome/browser/importer/
ie_importer.cc 536 std::vector<FilePath::StringType> file_list; local
544 file_list.push_back(file.value());
547 std::sort(file_list.begin(), file_list.end());
549 for (std::vector<FilePath::StringType>::iterator it = file_list.begin();
550 it != file_list.end(); ++it) {
  /external/elfutils/src/
ld.c 222 static struct file_list struct
225 struct file_list *next;
732 struct file_list *newp;
734 newp = (struct file_list *) xmalloc (sizeof (struct file_list));
1071 struct file_list *last = input_file_list;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 117 /* The list of yet-to-be-opened files. It is invalid for file_list
118 to be NULL. When *file_list is NULL we are currently processing
121 char **file_list;
877 if (!*input->file_list)
896 open_next_file (*input->file_list++, input);
915 if (!*input->file_list)
917 open_next_file(*input->file_list++, input);
120 char **file_list; member in struct:input
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 176 milliseconds