Searched refs:start_path (Results 1 – 3 of 3) sorted by relevance
49 if ! attach_and_check "$pid" "$start_path/ltp_1"; then54 if ! attach_and_check "$pid" "$start_path"; then65 create_subgroup "$start_path/ltp_2"67 if ! mv "$start_path/ltp_2" "$start_path/ltp_3"; then68 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"; then74 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 …]
130 start_path="$mount_point/ltp"134 build_subgroups "$start_path" 0144 attach_task "$start_path" 0 "$pid"150 attach_task "$start_path" 0
406 def walk_object(self, bus, object_name, start_path, dbus_objects): argument433 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