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

  /external/llvm/utils/
prepare-code-coverage-artifact.py 20 manifest_path = os.path.join(profile_data_dir, 'profiles.manifest')
22 with open(manifest_path, 'w') as manifest:
25 manifest_path, '-o', profdata_path])
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 138 def CheckExpectedResults(manifest_path, build_dir):
139 logging.info('Reading manifest file: "%s"', manifest_path)
141 manifest = set(Manifest.FromFile(manifest_path))
182 def ProduceManifest(manifest_path, build_dir, overwrite):
183 if os.path.exists(manifest_path) and not overwrite:
184 logging.error('Manifest file "%s" already exists.', manifest_path)
191 with open(manifest_path, 'w') as manifest_file:
193 logging.info('Writing manifest to "%s".', manifest_path)
229 manifest_path = GetManifestPath(options.build_dir)
232 ProduceManifest(manifest_path, options.build_dir, options.force
    [all...]
  /development/testrunner/
android_manifest.py 121 manifest_path = os.path.join(path, AndroidManifest.FILENAME)
122 if os.path.isfile(manifest_path):
  /development/tools/repo_diff/
repo_diff_android.py 125 manifest_path = os.path.join(workspace, ".repo", "manifests")
130 rev = get_commit_with_keyword(manifest_path, tag)
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 686 self.manifest_path = args[0]
696 self.manifest_path = manifests[0]
701 self.manifest_path)
703 self.manifest_path)
  /external/vulkan-validation-layers/loader/
loader.c 471 char *manifest_path = NULL; local
507 manifest_path = loader_instance_heap_alloc(inst, requiredSize, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
508 if (manifest_path == NULL) {
520 (BYTE *)manifest_path,
539 found = loaderAddJsonEntry(inst, reg_data, total_size, value_name, data_type, manifest_path, requiredSize, result);
542 if (manifest_path != NULL) {
543 loader_instance_heap_free(inst, manifest_path);
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 83 std::string manifest_path; member in struct:aapt::LinkOptions
    [all...]

Completed in 173 milliseconds