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

  /external/vulkan-validation-layers/scripts/
check_code_format.sh 48 for AFILE in ${COPYRIGHTED_FILES_TO_CHECK}
50 COPYRIGHT_INFO=$(cat ${AFILE} | grep -E "Copyright (.)*LunarG")
53 echo -e "${RED} "$AFILE" has an out-of-date copyright notice.${NC}"
  /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);

Completed in 101 milliseconds