adbncfs
0.9.1
|
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) |
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().
Definition at line 528 of file adbncfs.cpp.
int adbncShell | ( | const string & | strCommand | ) |
|
static |
Keep cache entries valid for 120 seconds.