HomeSort by relevance Sort by last modified time
    Searched full:pathsep (Results 26 - 50 of 250) sorted by null

12 3 4 5 6 7 8 910

  /external/curl/lib/
transfer.c 1484 char *pathsep; local
    [all...]
  /external/clang/test/Unit/
lit.cfg 101 shlibpath = os.path.pathsep.join((llvm_libs_dir,
106 shlibpath = os.path.pathsep.join((config.shlibdir, shlibpath))
  /external/clang/utils/check_cfc/
test_check_cfc.py 30 path_var = os.pathsep.join(
34 self.assertNotIn(bin_path, stripped_path_var.split(os.pathsep))
  /external/python/cpython2/Lib/
os2emxpath.py 19 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
28 pathsep = ';' variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
27 pathsep = ';' variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
27 pathsep = ';' variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
27 pathsep = ';' variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
27 pathsep = ';' variable
  /external/swiftshader/third_party/LLVM/test/
lit.cfg 33 path = os.path.pathsep.join((path,
53 path = os.path.pathsep.join((os.path.join(llvmgcc_dir, 'bin'),
60 path = os.path.pathsep.join((os.path.join(llvm_src_root, 'test',
68 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
181 if os.pathsep == ';':
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 55 public static final String pathSep = System.getProperty("path.separator");
67 public static final String CLASSPATH = System.getProperty("java.class.path") + (SUREFIRE_CLASSPATH.equals("") ? "" : pathSep + SUREFIRE_CLASSPATH);
114 classpathOption, tmpdir+pathSep+CLASSPATH,
117 String cmdLine = "javac" +" -d "+tmpdir+" "+classpathOption+" "+tmpdir+pathSep+CLASSPATH+" "+fileName;
131 Arrays.asList(new String[]{"-d", tmpdir, "-cp", tmpdir+pathSep+CLASSPATH} );
366 "java", "-classpath", tmpdir+pathSep+CLASSPATH,
369 //String cmdLine = "java -classpath "+CLASSPATH+pathSep+tmpdir+" Test " + new File(tmpdir, "input").getAbsolutePath();
  /external/boringssl/src/util/bot/go/
bootstrap.py 226 env['GOPATH'] = os.pathsep.join(all_go_paths)
236 path = env['PATH'].split(os.pathsep)
238 env['PATH'] = os.pathsep.join(paths_to_add + path)
  /external/libcxx/utils/libcxx/
util.py 118 if os.pathsep == ';':
124 for path in paths.split(os.pathsep):
141 for path in paths.split(os.pathsep):
  /external/llvm/utils/lit/lit/
util.py 91 if os.pathsep == ';':
97 for path in paths.split(os.pathsep):
112 for path in paths.split(os.pathsep):
  /external/python/cpython2/PC/VS9.0/
build_ssl.py 33 entries = os.environ["PATH"].split(os.pathsep)
183 os.environ['PATH'] = os.pathsep.join([nasm_dir, old_path])
208 os.pathsep + \
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
build.xml 21 <pathconvert property="sourceClasses" refid="sources" pathsep=" ">
  /external/boringssl/src/util/bot/
vs_toolchain.py 70 for path in os.environ['PATH'].split(os.pathsep):
  /external/brotli/python/tests/
_test_utils.py 31 TEST_ENV['PYTHONPATH'] = build_dir + os.pathsep + TEST_ENV['PYTHONPATH']
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 33 # Must add pathsep to avoid false positives.
  /external/deqp/scripts/build/
common.py 66 for path in os.environ['PATH'].split(os.pathsep):
  /external/libcxx/utils/libcxx/android/test/
format.py 28 libpath = os.pathsep.join([
  /external/llvm/test/Unit/
lit.cfg 43 config.environment['PATH'] = os.path.pathsep.join((
  /external/swiftshader/third_party/LLVM/test/Unit/
lit.cfg 81 shlibpath = os.pathsep + shlibpath
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestingConfig.py 16 'PATH' : os.pathsep.join(litConfig.path +
  /external/vulkan-validation-layers/
determine_vs_version.py 36 for path in os.environ["PATH"].split(os.pathsep):
  /prebuilts/checkstyle/gitlint/
utils.py 51 locations = os.environ.get("PATH").split(os.pathsep)

Completed in 1486 milliseconds

12 3 4 5 6 7 8 910