HomeSort by relevance Sort by last modified time
    Searched full:dep_status (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
remake.c 377 int dep_status = 0;
511 dep_status |= check_dep (d->file, depth, this_mtime, &maybe_make);
535 if (dep_status != 0 && !keep_going_flag)
572 dep_status |= update_file (d->file, depth);
593 if (dep_status != 0 && !keep_going_flag)
616 if (dep_status != 0)
618 file->update_status = dep_status;
630 return dep_status;
942 int dep_status = 0;
952 dep_status = update_file (file, depth)
374 int dep_status = 0; local
937 int dep_status = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 846 bool, (int dep_status), NULL)
    [all...]

Completed in 73 milliseconds