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

  /external/v8/build/linux/
sysroot_ld_path.sh 48 local included_files=$(echo "$ENTRY" | sed 's/^include //')
49 echo "$included_files" | grep -qs ^/
51 if ls $root$included_files >/dev/null 2>&1 ; then
52 for inc_file in $root$included_files; do
57 if ls $(pwd)/$included_files >/dev/null 2>&1 ; then
58 for inc_file in $(pwd)/$included_files; do
  /external/v8/tools/gyp/pylib/gyp/generator/
gypd.py 23 files such as such as "included_files" and "*_excluded" will be present.
make.py     [all...]
xcode.py 656 for included_file in build_file_dict['included_files']:
    [all...]
  /external/dbus/bus/
config-parser.c 111 DBusList *included_files; /**< Included files stack */ member in struct:BusConfigParser
348 iter = parser->included_files;
354 iter = _dbus_list_get_next_link (&parser->included_files, iter);
399 /* Use the parent's list of included_files to avoid
401 parser->included_files = parent->included_files;
    [all...]

Completed in 162 milliseconds