[Soot-list] how to get all path values of write/read operations

Jing Zhang jingzhanglemon at gmail.com
Sun Mar 4 23:03:54 EST 2018


Hi  All,

I want to get value of *filename *of write/read operations from code like:

(1) String *filename *= "**/**/**/**.txt" ;
BufferedWriter bfw = new BufferedWriter(new FileWriter(*filename*, true));

(2) *filename *=
Environment.getExternalStorageDirectory().getCanonicalPath() + "/" +
filename; FileOutputStream output = new FileOutputStream(*filename*);

(3) String *filename *= "123"+"**.txt" ;
outputStream = openFileOutput(*filename*, Context.MODE_APPEND);

Is there any helper methods inside Soot that can help me?


Thanks a lot

Jing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20180305/74ce21c1/attachment.html>


More information about the Soot-list mailing list