Home
last modified time | relevance | path

Searched refs:start_path (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_function.sh49 if ! attach_and_check "$pid" "$start_path/ltp_1"; then
54 if ! attach_and_check "$pid" "$start_path"; then
65 create_subgroup "$start_path/ltp_2"
67 if ! mv "$start_path/ltp_2" "$start_path/ltp_3"; then
68 tst_resm TFAIL "Failed to move $start_path/ltp_2 to $start_path/ltp_3"
69 rmdir "$start_path/ltp_2"
73 if ! rmdir "$start_path/ltp_3"; then
74 tst_resm TFAIL "Failed to remove $start_path/ltp_3"
78 tst_resm TPASS "Successfully moved $start_path/ltp_2 to $start_path/ltp_3"
84 create_subgroup "$start_path/ltp_2"
[all …]
Dcgroup_fj_stress.sh132 start_path="$mount_point/ltp"
136 build_subgroups "$start_path" 0
146 attach_task "$start_path" 0 "$pid"
152 attach_task "$start_path" 0
/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.cc47 void start_path () { path_open = true; } in start_path() function
78 param.start_path (); in line()
89 param.start_path (); in curve()
Dhb-ot-cff1-table.cc221 void start_path () { path_open = true; } in start_path() function
243 param.start_path (); in line()
254 param.start_path (); in curve()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dtest_result.py118 start_path = self._getTestPath(test)
121 folder = os.path.dirname(start_path)
125 raise Exception("The test file %s is outside the test root directory" % start_path)