HomeSort by relevance Sort by last modified time
    Searched refs:cfg_file (Results 1 - 4 of 4) sorted by null

  /device/google/wahoo/
init.insmod.sh 11 cfg_file="/vendor/etc/init.insmod_charger.cfg"
13 cfg_file="/vendor/etc/init.insmod.cfg"
16 if [ -f $cfg_file ]; then
23 done < $cfg_file
  /external/kmod/tools/
depmod.c 635 struct cfg_file { struct
642 static void cfg_file_free(struct cfg_file *f)
647 static int cfg_files_insert_sorted(struct cfg_file ***p_files, size_t *p_n_files,
650 struct cfg_file **files, *f;
675 f = malloc(sizeof(struct cfg_file) + dirlen + namelen + 2);
681 tmp = realloc(files, sizeof(struct cfg_file *) * (n_files + 1));
691 sizeof(struct cfg_file *) * (n_files - i));
710 static int cfg_files_list(struct cfg_file ***p_files, size_t *p_n_files,
750 struct cfg_file **files = NULL;
759 struct cfg_file *f = files[i]
    [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]
  /external/skia/infra/bots/
gen_tasks.go 81 cfgFile = flag.String("cfg_file", "", "JSON file containing general configuration information.")
    [all...]

Completed in 508 milliseconds