OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpipe
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp
69
FILE *
fpipe
;
local
76
if ( !(
fpipe
= (FILE*)popen(command.string(),"r")) ) {
81
while((len = fread(buffer, 1, READ_SIZE,
fpipe
)) > 0) {
84
pclose(
fpipe
);
/ndk/sources/host-tools/make-3.81/
function.c
1515
FILE *
fpipe
=0;
local
1583
FILE *
fpipe
;
local
[
all
...]
Completed in 2150 milliseconds