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

  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
mzrun.swg 272 char *extra_paths[1000];
291 extra_paths[k++]=&EP[j];
296 extra_paths[k++]=&EP[j];
302 extra_paths[k]=NULL;
307 fprintf(stderr,"SWIG:mzscheme:extra_paths[%d]\n",k-1);
309 fprintf(stderr,"SWIG:mzscheme:extra_paths[%d]=%s\n",i,extra_paths[i]);
315 if (extra_paths[i]!=NULL) {
316 mz_dynload_libpaths[i]=strdup(extra_paths[i]);
325 for(i=0;extra_paths[i]!=NULL;i++)
    [all...]
  /external/autotest/server/cros/
tradefed_utils.py 65 def adb_keepalive(target, extra_paths):
74 @param extra_paths: any additional components to the PATH environment
88 extra_paths=extra_paths)
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 88 extra_paths = [os.path.join(build_dir, target),
92 any(map(os.path.exists, extra_paths)))
  /external/autotest/client/common_lib/
utils.py 126 unjoinable=False, env=None, extra_paths=None):
180 @param extra_paths: Optional string list, to be prepended to the PATH
206 # Prepend extra_paths to env['PATH'] if necessary.
207 if extra_paths:
211 extra_paths + ([oldpath] if oldpath else []))
674 ignore_timeout=False, env=None, extra_paths=None):
705 @param extra_paths: Optional string list, to be prepended to the PATH
739 nickname=nickname, env=env, extra_paths=extra_paths),),
    [all...]

Completed in 708 milliseconds