adbncfs  0.9.1
Functions
fileinfoCache.cpp File Reference
#include "fileInfoCache.h"
#include <errno.h>
Include dependency graph for fileinfoCache.cpp:

Go to the source code of this file.

Functions

static const int iFileDataCacheSecondsValid (120)
 Keep cache entries valid for 120 seconds. More...
 
int adbncPush (const string &strLocalSource, const string &strRemoteDestination)
 Copy (using adb push) a file from the local host to the Android device. More...
 
int adbncShell (const string &strCommand)
 

Function Documentation

int adbncPush ( const string &  strLocalSource,
const string &  strRemoteDestination 
)

Copy (using adb push) a file from the local host to the Android device.

Very similar to adbnc_pull().

Returns
0 if no error, non zero otherwise.
See also
adbncPull.
adbncPushPullCmd.
Bug:
problems with files with ? in filenames (adb bug?).

Definition at line 528 of file adbncfs.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int adbncShell ( const string &  strCommand)
static const int iFileDataCacheSecondsValid ( 120  )
static

Keep cache entries valid for 120 seconds.

Here is the caller graph for this function: