HomeSort by relevance Sort by last modified time
    Searched defs:SHEBANG (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/PC/
launcher.c 501 * If we're looking for an interpreter specified in a shebang line,
706 wchar_t *shebang; member in struct:__anon33579
708 } SHEBANG;
710 static SHEBANG builtin_virtual_paths [] = {
894 SHEBANG * vpp;
910 for (vpp = builtin_virtual_paths; vpp->shebang; ++vpp) {
911 plen = wcslen(vpp->shebang);
912 if (wcsncmp(shebang_line, vpp->shebang, plen) == 0) {
922 if (vpp->shebang == NULL) {
926 * We can't permanently modify the shebang line in cas
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 58 milliseconds