Searched refs:_sOutPipe (Results 1 - 2 of 2) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
H A Ddmprofile.cc95 DMString _sOutPipe; member in class:CProfileCmdListener
151 int nFile = open( _sOutPipe, O_WRONLY | O_CREAT | O_APPEND, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP );
202 _sOutPipe.assign(szCmd + 4, nBytes - 4);
203 printf( "out to [%s]\n", _sOutPipe.c_str() );
279 DMString _sOutPipe; member in class:CProfileStackCmdListener
333 int nFile = open( _sOutPipe, O_WRONLY | O_CREAT | O_APPEND );
384 _sOutPipe.assign(szCmd + 4, nBytes - 4);
385 printf( "out to [%s]\n", _sOutPipe.c_str() );
/packages/apps/OMA-DM/engine/xpl/src/
H A Ddmprofile.cc95 DMString _sOutPipe; member in class:CProfileCmdListener
151 int nFile = open( _sOutPipe, O_WRONLY | O_CREAT | O_APPEND, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP );
202 _sOutPipe.assign(szCmd + 4, nBytes - 4);
203 printf( "out to [%s]\n", _sOutPipe.c_str() );
279 DMString _sOutPipe; member in class:CProfileStackCmdListener
333 int nFile = open( _sOutPipe, O_WRONLY | O_CREAT | O_APPEND );
384 _sOutPipe.assign(szCmd + 4, nBytes - 4);
385 printf( "out to [%s]\n", _sOutPipe.c_str() );

Completed in 2964 milliseconds