Searched refs:start_path (Results 1 – 5 of 5) 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 …]
132 start_path="$mount_point/ltp"136 build_subgroups "$start_path" 0146 attach_task "$start_path" 0 "$pid"152 attach_task "$start_path" 0
47 void start_path () { path_open = true; } in start_path() function78 param.start_path (); in line()89 param.start_path (); in curve()
221 void start_path () { path_open = true; } in start_path() function243 param.start_path (); in line()254 param.start_path (); in curve()
118 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)