OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILEPATH
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/fs/fs_di/
fs_di
212
FILEPATH
=""
216
FILEPATH
=${
FILEPATH
}X
219
FILEPATH
=${
FILEPATH
}/
224
mkdir -p ${TESTFS}/${
FILEPATH
} || end_testcase "Could not create ${TESTFS}/${
FILEPATH
}"
227
cp $TCtmp/testfile ${TESTFS}/${
FILEPATH
}
228
cmp $TCtmp/testfile ${TESTFS}/${
FILEPATH
}/testfile
233
cp ${TESTFS}/${
FILEPATH
}/testfile $TCtmp/testfile_cop
[
all
...]
/external/selinux/policycoreutils/scripts/
fixfiles
250
if [ ! -z "$
FILEPATH
" ]; then
251
${RESTORECON} $exclude_dirs ${FORCEFLAG} ${VERBOSE} -R $* $
FILEPATH
2>&1 | cat >> $LOGFILE
403
FILEPATH
=$1
/external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m
1
function apmtest(task, testname,
filepath
, casenumber, legacy)
20
%
FILEPATH
specifies the path to the test data files.
35
if nargin < 3 || isempty(
filepath
)
36
filepath
= 'data/';
55
inpath = [
filepath
'input/'];
56
outpath = [
filepath
'output/'];
57
refpath = [
filepath
'reference/'];
Completed in 5749 milliseconds