Home
last modified time | relevance | path

Searched refs:child_dir (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dfile_utils.cc35 struct dirent* child_dir; in ForEachPidInProcPath() local
36 while ((child_dir = readdir(root_dir))) { in ForEachPidInProcPath()
37 if (child_dir->d_type != DT_DIR || !IsNumeric(child_dir->d_name)) in ForEachPidInProcPath()
39 predicate(atoi(child_dir->d_name)); in ForEachPidInProcPath()
/external/ltp/lib/
Dself_exec.c74 char *child_dir; in maybe_run_child() local
87 child_dir = strtok(args, ","); in maybe_run_child()
88 if (strlen(child_dir) == 0) { in maybe_run_child()
156 SAFE_CHDIR(NULL, child_dir); in maybe_run_child()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldb_pylint_helper.py166 for child_dir in child_dirs(third_party_module_dir):
168 sys.path.insert(0, child_dir)
/external/minijail/
Dsystem_unittest.cc297 std::string child_dir = dir.path + "/child_dir"; in TEST() local
298 EXPECT_EQ(0, setup_mount_destination(kValidDir, child_dir.c_str(), -1, -1, in TEST()
301 EXPECT_EQ(0, rmdir(child_dir.c_str())); in TEST()
/external/libbrillo/brillo/files/
Dsafe_fd.cc359 SafeFDResult child_dir; in MakeDir() local
378 child_dir = OpenPathComponentInternal(parent_dir_fd, component, dir_flags, in MakeDir()
380 if (!child_dir.first.is_valid()) { in MakeDir()
381 return child_dir; in MakeDir()
384 dir = std::move(child_dir.first); in MakeDir()
/external/llvm-project/llvm/utils/lit/lit/builtin_commands/
Ddiff.py26 for child_dir in child_dirs:
27 child_trees.append(getDirTree(child_dir, dirname))