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

  /external/autotest/cli/
acl_unittest.py 17 afile = cli_mock.create_file('acl0\nacl3\nacl4\n')
19 '--alist', afile.name, 'acl5', 'acl6,acl7']
23 afile.clean()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_msi.py 298 afile = os.path.join(dir.absolute, file)
299 if os.path.isdir(afile):
307 if afile not in seen:
308 key = seen[afile] = dir.add_file(file)
315 key = seen[afile]
    [all...]
  /external/python/cpython2/Lib/distutils/command/
bdist_msi.py 302 afile = os.path.join(dir.absolute, file)
303 if os.path.isdir(afile):
311 if afile not in seen:
312 key = seen[afile] = dir.add_file(file)
319 key = seen[afile]
    [all...]
  /external/python/cpython3/Lib/distutils/command/
bdist_msi.py 300 afile = os.path.join(dir.absolute, file)
301 if os.path.isdir(afile):
309 if afile not in seen:
310 key = seen[afile] = dir.add_file(file)
317 key = seen[afile]
    [all...]
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 328 my $afile = "$dir/attribute_ignored_$1.txt";
332 next if (-e $afile);
343 open(AFILE, ">$afile");
344 print AFILE "$ppfile\n";
345 close(AFILE);
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 355 milliseconds