OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sub_path
(Results
1 - 2
of
2
) sorted by null
/external/skia/platform_tools/android/gyp_gen/
gypd_parser.py
72
sub_path
= li[0]
73
assert(
sub_path
.endswith('.gyp'))
76
sub_path
=
sub_path
+ 'd'
77
parse_gypd(var_dict,
sub_path
, dest_dir, sub_targets)
/system/media/audio_route/
audio_route.c
289
struct mixer_path *
sub_path
)
293
for (i = 0; i <
sub_path
->length; i++)
294
if (path_add_setting(ar, path, &
sub_path
->setting[i]) < 0)
396
struct mixer_path *
sub_path
= path_get_by_name(ar, attr_name);
local
397
path_add_path(ar, state->path,
sub_path
);
Completed in 148 milliseconds