Home
last modified time | relevance | path

Searched refs:top_dir (Results 1 - 15 of 15) sorted by relevance

/third_party/gn/src/gn/
H A Dsetup_unittest.cc340 SourceDir top_dir("//");
343 setup.builder().GetRecord(Label(top_dir, "foo", top_dir, "toolchain"));
345 setup.builder().GetRecord(Label(top_dir, "bar", top_dir, "toolchain"));
347 setup.builder().GetRecord(Label(top_dir, "qux", top_dir, "toolchain"));
349 setup.builder().GetRecord(Label(top_dir, "zoo", top_dir, "toolchain"));
/test/testfwk/xdevice/src/xdevice/_core/
H A Dvariables.py50 top_dir = "" variable in Variables
67 Variables.top_dir = TOP_DIR
88 common_path = os.path.commonpath([Variables.top_dir,
91 Variables.top_dir):
98 Variables.top_dir)
133 Variables.exec_dir) == os.path.normcase(Variables.top_dir):
H A Dutils.py330 top_inner_dir = os.path.abspath(os.path.join(Variables.top_dir,
333 top_res_dir = os.path.abspath(os.path.join(Variables.top_dir,
336 Variables.exec_dir, Variables.top_dir])
/third_party/python/Lib/idlelib/idle_test/
H A D__init__.py18 top_dir = dirname(dirname(this_dir))
21 top_level_dir=top_dir)
25 ## top_level_dir=top_dir)
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_hwlat.c772 struct dentry *top_dir; in init_tracefs() local
778 top_dir = tracefs_create_dir("hwlat_detector", NULL); in init_tracefs()
779 if (!top_dir) in init_tracefs()
783 top_dir, in init_tracefs()
790 top_dir, in init_tracefs()
797 top_dir, in init_tracefs()
806 tracefs_remove(top_dir); in init_tracefs()
H A Dtrace_osnoise.c2691 static int init_timerlat_stack_tracefs(struct dentry *top_dir) in init_timerlat_stack_tracefs() argument
2695 tmp = tracefs_create_file("print_stack", TRACE_MODE_WRITE, top_dir, in init_timerlat_stack_tracefs()
2703 static int init_timerlat_stack_tracefs(struct dentry *top_dir) in init_timerlat_stack_tracefs() argument
2709 static int osnoise_create_cpu_timerlat_fd(struct dentry *top_dir) in osnoise_create_cpu_timerlat_fd() argument
2723 per_cpu = tracefs_create_dir("per_cpu", top_dir); in osnoise_create_cpu_timerlat_fd()
2752 static int init_timerlat_tracefs(struct dentry *top_dir) in init_timerlat_tracefs() argument
2757 tmp = tracefs_create_file("timerlat_period_us", TRACE_MODE_WRITE, top_dir, in init_timerlat_tracefs()
2762 retval = osnoise_create_cpu_timerlat_fd(top_dir); in init_timerlat_tracefs()
2766 return init_timerlat_stack_tracefs(top_dir); in init_timerlat_tracefs()
2769 static int init_timerlat_tracefs(struct dentry *top_dir) in init_timerlat_tracefs() argument
2784 struct dentry *top_dir; init_tracefs() local
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_hwlat.c542 struct dentry *top_dir; in init_tracefs() local
548 top_dir = tracefs_create_dir("hwlat_detector", NULL); in init_tracefs()
549 if (!top_dir) in init_tracefs()
553 top_dir, in init_tracefs()
560 top_dir, in init_tracefs()
569 tracefs_remove(top_dir); in init_tracefs()
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Drequest.py106 self.config.top_dir = Variables.top_dir
122 os.path.normcase(Variables.top_dir):
126 os.path.join(Variables.top_dir, self.TASK_CONFIG_DIR))
H A Dsource.py105 Variables.top_dir, "testcases"))
114 Variables.top_dir):
115 testcases_dirs.append(Variables.top_dir)
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dencrypt.py53 pub_key_path = os.path.join(Variables.top_dir, PUBLIC_KEY_FILE)
112 pri_key_file = os.path.join(Variables.top_dir, PRIVATE_KEY_FILE)
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py54 project_path = os.path.dirname(Variables.top_dir)
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dconfig_manager.py61 top_user_path = os.path.join(Variables.top_dir, "config")
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py58 top_user_path = os.path.join(Variables.top_dir, "config")
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Ddriver.c2551 char top_dir[16]; in scmi_debugfs_common_setup() local
2574 snprintf(top_dir, 16, "%d", info->id); in scmi_debugfs_common_setup()
2575 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry); in scmi_debugfs_common_setup()
/third_party/python/Lib/test/support/
H A D__init__.py162 top_dir = STDLIB_DIR
164 top_level_dir=top_dir,

Completed in 21 milliseconds