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

  /external/autotest/server/
base_utils.py 50 def get(location, local_copy = False):
84 if not local_copy:
autotest_unittest.py 203 utils.get.expect_call(control, local_copy=True).and_return("temp")
autotest.py 408 tmppath = utils.get(control_file, local_copy=True)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 499 char *local_copy; local
502 local_copy = xstrdup (new_excludes);
504 exclude_string = strtok (local_copy, ",:");
517 free (local_copy);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 1528 char *local_copy; local
    [all...]

Completed in 953 milliseconds