Home
last modified time | relevance | path

Searched refs:start_path (Results 1 – 3 of 3) 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.sh130 start_path="$mount_point/ltp"
134 build_subgroups "$start_path" 0
144 attach_task "$start_path" 0 "$pid"
150 attach_task "$start_path" 0
/external/autotest/client/site_tests/security_DbusMap/
Dsecurity_DbusMap.py406 def walk_object(self, bus, object_name, start_path, dbus_objects): argument
433 remote_object = bus.get_object(object_name,start_path)
472 if start_path[-1] != '/':
473 start_path = start_path + '/'
474 new_name = start_path + name