Home
last modified time | relevance | path

Searched refs:execution_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/erofs-utils/lib/
H A Ddecompress.c120 qpl_path_t execution_path = qpl_path_auto; in z_erofs_qpl_get_job() local
136 status = qpl_get_job_size(execution_path, &jobsize); in z_erofs_qpl_get_job()
146 status = qpl_init_job(execution_path, (qpl_job *)job->job); in z_erofs_qpl_get_job()
/aosp_15_r20/external/autotest/frontend/afe/
H A Dmodels_test.py167 self.assertEquals(task.execution_path(), 'hosts/host1/1-verify')
223 self.assertEquals(entry.execution_path(), '1-autotest_system/subdir')
H A Dmodels.py1992 def execution_path(self): member in HostQueueEntry
2206 def execution_path(self): member in SpecialTask
H A Drpc_utils.py590 execution_path=exec_path,
/aosp_15_r20/external/bazelbuild-rules_rust/rust/private/
H A Drustc.bzl2120 execution_path = crate_info.root.path
2122 if label.startswith(prefix_filter) or execution_path.startswith(prefix_filter):