Home
last modified time | relevance | path

Searched refs:testpath (Results 1 – 25 of 30) sorted by relevance

12

/external/ltp/testcases/kernel/controllers/pids/
Dpids.sh46 testpath=$(cgroup_get_test_path "pids")
54 start_pids_tasks2_path $testpath $1
73 stop_pids_tasks_path $testpath
92 pids_task1 "$testpath/$task_list"
110 ROD echo $max \> $testpath/pids.max
115 pids_task1 "$testpath/$task_list"
133 ROD echo $lim \> $testpath/pids.max
137 pids_task1 "$testpath/$task_list"
154 ROD echo 0 \> $testpath/pids.max
166 echo -1 > $testpath/pids.max
[all …]
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/
Dfilepath.c45 const char *testpath = *inpath; in apr_filepath_root() local
75 deconstruct(testpath, server, volume, NULL, file, NULL, &elements, PATH_UNDEF); in apr_filepath_root()
128 if (testpath[0] == '/' || testpath[0] == '\\') { in apr_filepath_root()
129 if (testpath[1] == '/' || testpath[1] == '\\') { in apr_filepath_root()
132 if ((testpath[2] == '?' || testpath[2] == '.') in apr_filepath_root()
133 && (testpath[3] == '/' || testpath[3] == '\\')) { in apr_filepath_root()
134 if (IS_FNCHAR(testpath[4]) && testpath[5] == ':') in apr_filepath_root()
137 testpath += 4; in apr_filepath_root()
141 rv = apr_filepath_root(rootpath, &testpath, flags, p); in apr_filepath_root()
143 *inpath = testpath; in apr_filepath_root()
[all …]
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/
Dfilepath.c45 const char *testpath = *inpath; in apr_filepath_root() local
75 deconstruct(testpath, server, volume, NULL, file, NULL, &elements, PATH_UNDEF); in apr_filepath_root()
128 if (testpath[0] == '/' || testpath[0] == '\\') { in apr_filepath_root()
129 if (testpath[1] == '/' || testpath[1] == '\\') { in apr_filepath_root()
132 if ((testpath[2] == '?' || testpath[2] == '.') in apr_filepath_root()
133 && (testpath[3] == '/' || testpath[3] == '\\')) { in apr_filepath_root()
134 if (IS_FNCHAR(testpath[4]) && testpath[5] == ':') in apr_filepath_root()
137 testpath += 4; in apr_filepath_root()
141 rv = apr_filepath_root(rootpath, &testpath, flags, p); in apr_filepath_root()
143 *inpath = testpath; in apr_filepath_root()
[all …]
/external/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct.sh104 testpath=$mount_point/ltp_$TST_ID
111 ROD mkdir $testpath
115 ROD mkdir $testpath/subgroup_$i
122 if [ "$testpath" ]; then
125 if [ -d "$testpath/subgroup_1" ]; then
126 rmdir $testpath/subgroup_*
128 rmdir $testpath
145 cpuacct_task $testpath/subgroup_$i/tasks &
156 tmp=`cat $testpath/subgroup_$i/cpuacct.usage`
171 ref=`cat $testpath/cpuacct.usage`
/external/fonttools/Tests/misc/
Dplistlib_test.py85 testpath = tmpdir / "test.plist"
86 with testpath.open("wb") as fp:
89 with testpath.open("rb") as fp:
472 testpath = tmpdir / "test.plist"
473 old_plistlib.writePlist(pl_no_builtin_types, str(testpath))
474 with testpath.open("rb") as fp:
481 testpath = tmpdir / "test.plist"
482 with testpath.open("wb") as fp:
484 with testpath.open("rb") as fp:
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestnames.c271 char *testpath; in root_from_cwd_and_back() local
308 rv = apr_filepath_merge(&testpath, root, path, in root_from_cwd_and_back()
321 ABTS_STR_EQUAL(tc, origpath, testpath); in root_from_cwd_and_back()
Dabts_tests.h50 {testpath},
Dtestutil.h85 abts_suite *testpath(abts_suite *suite);
Dtestpath.c127 abts_suite *testpath(abts_suite *suite) in testpath() function
DMakefile.in29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
DMakefile29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
DMakefile.win94 $(INTDIR)\testuser.obj $(INTDIR)\testpath.obj \
DNWGNUaprtest195 $(OBJDIR)/testpath.o \
Dtestlib.dsp282 SOURCE=.\testpath.c
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestnames.c271 char *testpath; in root_from_cwd_and_back() local
308 rv = apr_filepath_merge(&testpath, root, path, in root_from_cwd_and_back()
321 ABTS_STR_EQUAL(tc, origpath, testpath); in root_from_cwd_and_back()
Dabts_tests.h50 {testpath},
Dtestutil.h85 abts_suite *testpath(abts_suite *suite);
Dtestpath.c127 abts_suite *testpath(abts_suite *suite) in testpath() function
DMakefile.in29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
DMakefile29 testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
DMakefile.win94 $(INTDIR)\testuser.obj $(INTDIR)\testpath.obj \
DNWGNUaprtest195 $(OBJDIR)/testpath.o \
Dtestlib.dsp282 SOURCE=.\testpath.c
Dtestdll.dsp282 SOURCE=.\testpath.c
/external/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_regression_test.sh127 testpath=$(cgroup_get_test_path "cpuset")

12