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

  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
file_utils.cc 35 struct dirent* child_dir; local
36 while ((child_dir = readdir(root_dir))) {
37 if (child_dir->d_type != DT_DIR || !IsNumeric(child_dir->d_name))
39 predicate(atoi(child_dir->d_name));
  /external/ltp/lib/
self_exec.c 74 char *child_dir; local
87 child_dir = strtok(args, ",");
88 if (strlen(child_dir) == 0) {
156 SAFE_CHDIR(NULL, child_dir);

Completed in 77 milliseconds