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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 158 String fullfilename = chooseUniquefilename(filename, extension); local
160 if (!safeCanonicalPath(fullfilename)) {
164 if (V) Log.v(Constants.TAG, "Generated received filename " + fullfilename);
166 if (fullfilename != null) {
168 new FileOutputStream(fullfilename).close();
169 int index = fullfilename.lastIndexOf('/') + 1;
172 String displayName = fullfilename.substring(index);
179 return new BluetoothOppReceiveFileInfo(fullfilename, length, new FileOutputStream(
180 fullfilename), 0);
182 if (D) Log.e(Constants.TAG, "Error when creating file " + fullfilename);
213 String fullfilename = filename + extension; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 119 String fullFilename = "/system/fonts/" + filename;
120 fonts.add(new Font(fullFilename, weight, isItalic));
  /external/clang/utils/analyzer/
SATestBuild.py 267 for FullFileName in glob.glob(Dir + "/*"):
268 FileName = os.path.basename(FullFileName)
275 print "Error: Invalid single input file %s." % (FullFileName,)
291 (FullFileName, LogFile.name, e.returncode)
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 1964 milliseconds