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

12 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/plat-os2emx/
pwd.py 101 if os.pathsep:
102 if os.pathsep != ':':
103 __field_sep[os.pathsep] = __nullpathconv
  /build/soong/python/scripts/
stub_template_host.txt 17 search_path = os.getenv('PATH', os.defpath).split(os.pathsep)
  /external/llvm/test/Bindings/Go/
lit.local.cfg 15 paths = path.split(os.pathsep)
  /frameworks/compile/libbcc/tests/libbcc/
lit.cfg 30 tools_dir = os.pathsep.join([os.path.join(ANDROID_HOST_OUT, 'bin'),
  /external/curl/lib/
transfer.c 1558 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
  /external/python/cpython3/Lib/
macpath.py 12 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
21 pathsep = '\n' 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 + \
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/antlr/antlr-3.4/runtime/ActionScript/project/
build.xml 21 <pathconvert property="sourceClasses" refid="sources" pathsep=" ">
  /external/brotli/python/tests/
_test_utils.py 33 TEST_ENV['PYTHONPATH'] = build_dir + os.pathsep + TEST_ENV['PYTHONPATH']
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 34 # Must add pathsep to avoid false positives.
  /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((

Completed in 590 milliseconds

12 3 4 5 6 7 8 91011>>