Home
last modified time | relevance | path

Searched defs:workDir (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/tools/treble/build/treble_build/local/
H A Dgit.go37 RemoteUrl(ctx context.Context, gitDir, workDir, remote string) (*bytes.Buffer, error) argument
38 Tree(ctx context.Context, gitDir, workDir, revision string) (*bytes.Buffer, error) argument
39 CommitInfo(ctx context.Context, gitDir, workDir, revision string) (*bytes.Buffer, error) argument
40 DiffBranches(ctx context.Context, gitDir, workDir, upstream, sha string) (*bytes.Buffer, error) argument
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/sync/
DIncrementalImageFuncTest.java143 File workDir = FileUtil.createTempDir("block_compare_workdir"); in testBlockCompareUpdate() local
263 private void blockCompare(File blockCompare, File srcImage, File targetImage, File workDir) { in blockCompare()
295 private void inspectCowPatches(File workDir) throws IOException { in inspectCowPatches()
/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/
H A DBCELifierTestCase.java57 final File workDir = new File("target"); in testClassOnPath() local
80 private String exec(final File workDir, final String... args) throws Exception { in exec()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java602 void setWorkDir(File workDir) { in setWorkDir()
1108 private File getIsolationJar(File workDir) throws IOException { in getIsolationJar()
/aosp_15_r20/external/skia/infra/bots/task_drivers/compile_wasm_gm_tests/
H A Dcompile_wasm_gm_tests.go86 func extractOutput(ctx context.Context, workDir, outAbsPath string) error { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dsvn.go47 func svnReadZip(ctx context.Context, dst io.Writer, workDir, rev, subdir, remote string) (err error… argument
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java504 File workDir = mParallelSetup.getWorkDir(); in internalUpdateDevice() local
830 private void blockCompare(File srcImage, File targetImage, File workDir) { in blockCompare()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/workcmd/
Duse.go236 func pathRel(workDir, dir string) (abs, canonical string) { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcweb/vcstest/
Dvcstest.go34 workDir string member
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/releaser/
H A Dupgradedep.go243 func upgradeDepDecl(ctx context.Context, gh *githubClient, workDir, name string, call *bzl.CallExpr… argument
/aosp_15_r20/build/make/tools/product_config/src/com/android/build/config/
H A DKatiImpl.java62 File workDir = new File(getWorkDirPath()); in loadProductConfig() local
/aosp_15_r20/build/soong/ui/build/
H A Dsandbox_linux.go211 func (c *Cmd) workDir() string { func
/aosp_15_r20/external/skia/bazel/gcs_mirror/
H A Dgcs_mirror.go112 func processOneDownload(workDir, url, hash, addSuffix string, noSuffix bool) error { argument
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DGoogleTest.cmake341 set(workDir WORKING_DIRECTORY "${ARGS_WORKING_DIRECTORY}") variable
/aosp_15_r20/external/deqp/scripts/
H A Drun_internal_tests.py36 def execute (args, workDir = None): argument
/aosp_15_r20/external/deqp/executor/
H A DxeLocalTcpIpLink.cpp48 void LocalTcpIpLink::start(const char *execServerPath, const char *workDir, int port) in start()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilder.java106 public ClusterCommandConfigBuilder setWorkDir(File workDir) { in setWorkDir()
DClusterBuildProvider.java158 private static void validateTestResourceFile(File workDir, File file) in validateTestResourceFile()
DSubprocessReportingHelper.java59 String commandLine, String classpath, File workDir, String port) { in SubprocessReportingHelper()
/aosp_15_r20/sdk/find_java/src/source/
H A Dutils.cpp62 int execNoWait(const char *app, const char *params, const char *workDir) { in execNoWait()
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Denv.go89 func (e *env) workDir() (path string, cleanup func(), err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcweb/
Dvcweb.go60 workDir string member
/aosp_15_r20/sdk/find_java2/src/
H A Dutils.cpp147 int execNoWait(const TCHAR *app, const TCHAR *params, const TCHAR *workDir) { in execNoWait()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dshell.go42 workDir string // $WORK, immutable member
/aosp_15_r20/external/deqp/execserver/
H A DxsProtocol.hpp139 std::string workDir; member in xs::ExecuteBinaryMessage

123