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

  /external/toolchain-utils/automation/clients/report/dejagnu/
manifest.py 55 with open(filename, 'r') as manifest_file:
56 for line in manifest_file:
main.py 56 with open(manifest_filename, 'w') as manifest_file:
57 manifest_file.write(manifest.Generate())
  /external/autotest/client/site_tests/network_CastTDLS/
network_CastTDLS.py 116 manifest_file = os.path.join(extension_folder, 'manifest.json')
117 with open(manifest_file) as f:
120 with open(manifest_file, 'wb') as f:
  /frameworks/base/tools/aapt2/cmd/
Optimize.cpp 313 io::IFile* manifest_file = apk->GetFileCollection()->FindFile("AndroidManifest.xml"); local
314 if (manifest_file == nullptr) {
320 std::unique_ptr<io::IData> data = manifest_file->OpenAsData();
322 context->GetDiagnostics()->Error(DiagMessage(manifest_file->GetSource())
328 data->data(), data->size(), context->GetDiagnostics(), manifest_file->GetSource());
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 191 with open(manifest_path, 'w') as manifest_file:
194 manifest_file.write('\n'.join(manifest_strings))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 683 def _remove_visual_c_ref(self, manifest_file):
691 manifest_f = open(manifest_file)
703 manifest_f = open(manifest_file, 'w')
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 709 def _remove_visual_c_ref(self, manifest_file):
719 manifest_f = open(manifest_file)
739 manifest_f = open(manifest_file, 'w')
742 return manifest_file
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvc9compiler.py 709 def _remove_visual_c_ref(self, manifest_file):
719 manifest_f = open(manifest_file)
739 manifest_f = open(manifest_file, 'w')
742 return manifest_file
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvc9compiler.py 709 def _remove_visual_c_ref(self, manifest_file):
719 manifest_f = open(manifest_file)
739 manifest_f = open(manifest_file, 'w')
742 return manifest_file
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 709 def _remove_visual_c_ref(self, manifest_file):
719 manifest_f = open(manifest_file)
739 manifest_f = open(manifest_file, 'w')
742 return manifest_file
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 709 def _remove_visual_c_ref(self, manifest_file):
719 manifest_f = open(manifest_file)
739 manifest_f = open(manifest_file, 'w')
742 return manifest_file

Completed in 700 milliseconds