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

  /external/srec/srec/include/
portable.h 55 static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 156 wxFileName afile(filename);
157 afile.MakeRelativeTo(m_basePath);
158 if (afile.GetFullPath().Find(afile.GetPathSeparator()) == wxNOT_FOUND)
  /external/webkit/Tools/wx/packaging/
build-mac-installer.py 125 for afile in files:
126 shutil.copy(afile, wxpythonroot)
130 for afile in files:
131 shutil.copy(afile, wxroot)
  /external/webkit/Tools/wx/build/
build_utils.py 58 for afile in files:
59 excludes.append(os.path.basename(afile))
  /external/clang/tools/scan-build/
c++-analyzer 283 my $afile = "$dir/attribute_ignored_$1.txt";
287 next if (-e $afile);
298 open(AFILE, ">$afile");
299 print AFILE "$ppfile\n";
300 close(AFILE);
ccc-analyzer 283 my $afile = "$dir/attribute_ignored_$1.txt";
287 next if (-e $afile);
298 open(AFILE, ">$afile");
299 print AFILE "$ppfile\n";
300 close(AFILE);
  /prebuilt/common/ant/
ant.jar 

Completed in 290 milliseconds