OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfg_file
(Results
1 - 7
of
7
) sorted by null
/device/google/bonito/
init.insmod.sh
10
cfg_file
="/vendor/etc/init.insmod.cfg"
12
if [ -f $
cfg_file
]; then
19
done < $
cfg_file
/device/google/crosshatch/
init.insmod.sh
10
cfg_file
="/vendor/etc/init.insmod.cfg"
12
if [ -f $
cfg_file
]; then
19
done < $
cfg_file
/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
701
struct
cfg_file
{
struct
708
static void cfg_file_free(struct
cfg_file
*f)
713
static int cfg_files_insert_sorted(struct
cfg_file
***p_files, size_t *p_n_files,
716
struct
cfg_file
**files, *f;
741
f = malloc(sizeof(struct
cfg_file
) + dirlen + namelen + 2);
747
tmp = realloc(files, sizeof(struct
cfg_file
*) * (n_files + 1));
757
sizeof(struct
cfg_file
*) * (n_files - i));
776
static int cfg_files_list(struct
cfg_file
***p_files, size_t *p_n_files,
816
struct
cfg_file
**files = NULL;
825
struct
cfg_file
*f = files[i]
[
all
...]
/external/google-styleguide/cpplint/
cpplint.py
[
all
...]
/external/skia/infra/bots/
gen_tasks.go
220
cfgFile = flag.String("
cfg_file
", "", "JSON file containing general configuration information.")
[
all
...]
/external/skqp/infra/bots/
gen_tasks.go
222
cfgFile = flag.String("
cfg_file
", "", "JSON file containing general configuration information.")
[
all
...]
Completed in 971 milliseconds