HomeSort by relevance Sort by last modified time
    Searched refs:fullfilename (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 197 String fullfilename = chooseUniquefilename(filename, extension); local
199 if (!safeCanonicalPath(fullfilename)) {
204 Log.v(Constants.TAG, "Generated received filename " + fullfilename);
207 if (fullfilename != null) {
209 new FileOutputStream(fullfilename).close();
210 int index = fullfilename.lastIndexOf('/') + 1;
213 String displayName = fullfilename.substring(index);
222 return new BluetoothOppReceiveFileInfo(fullfilename, length,
223 new FileOutputStream(fullfilename), 0);
226 Log.e(Constants.TAG, "Error when creating file " + fullfilename);
258 String fullfilename = filename + extension; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
dwarf2dbg.c 1837 const char *fullfilename; local
1964 const char *fullfilename; local
    [all...]

Completed in 200 milliseconds