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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 153 String fullfilename = chooseUniquefilename(filename, extension); local
155 if (!safeCanonicalPath(fullfilename)) {
159 if (V) Log.v(Constants.TAG, "Generated received filename " + fullfilename);
161 if (fullfilename != null) {
163 new FileOutputStream(fullfilename).close();
164 int index = fullfilename.lastIndexOf('/') + 1;
167 String displayName = fullfilename.substring(index);
174 return new BluetoothOppReceiveFileInfo(fullfilename, length, new FileOutputStream(
175 fullfilename), 0);
177 if (D) Log.e(Constants.TAG, "Error when creating file " + fullfilename);
208 String fullfilename = filename + extension; local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 326 String fullFilename = filename + extension;
327 if (!new File(fullFilename).exists()
333 return fullFilename;
353 fullFilename = filename + sequence + extension;
354 if (!new File(fullFilename).exists()) {
355 return fullFilename;
  /prebuilt/common/ecj/
ecj.jar 

Completed in 202 milliseconds