OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILEPATH
(Results
1 - 2
of
2
) sorted by null
/external/selinux/policycoreutils/scripts/
fixfiles
253
if [ ! -z "$
FILEPATH
" ]; then
254
${RESTORECON} $exclude_dirs ${FORCEFLAG} ${VERBOSE} -R $* $
FILEPATH
2>&1 | cat >> $LOGFILE
406
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 80 milliseconds