OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_path
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_function.sh
49
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
[
all
...]
cgroup_fj_stress.sh
130
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/
security_DbusMap.py
406
def walk_object(self, bus, object_name,
start_path
, dbus_objects):
428
start_path
: the path inside of the object in which to start walking
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
Completed in 229 milliseconds