Lines Matching full:path
8 "/path/to/tmp/json",
42 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
58 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
100 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
174 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
185 "/path/to/tmp/json",
188 "/path/to/tmp/"
203 "/path/to/tmp/json",
226 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
235 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
241 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
250 "@@@STEP_LOG_LINE@python.inline@# Remove the path.@@@",
252 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[2]@@@",
253 "@@@STEP_LOG_LINE@python.inline@print('Removing %s' % path)@@@",
254 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'rm', '-rf', path]@@@",
258 "@@@STEP_LOG_LINE@python.inline@# Verify that the path was deleted.@@@",
259 "@@@STEP_LOG_LINE@python.inline@print('Checking for existence of %s' % path)@@@",
260 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'ls', path]@@@",
271 "@@@STEP_LOG_LINE@python.inline@ raise Exception('%s exists despite being deleted' % path)@@@",
279 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
285 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
294 "@@@STEP_LOG_LINE@python.inline@# Remove the path.@@@",
296 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[2]@@@",
297 "@@@STEP_LOG_LINE@python.inline@print('Removing %s' % path)@@@",
298 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'rm', '-rf', path]@@@",
302 "@@@STEP_LOG_LINE@python.inline@# Verify that the path was deleted.@@@",
303 "@@@STEP_LOG_LINE@python.inline@print('Checking for existence of %s' % path)@@@",
304 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'ls', path]@@@",
315 "@@@STEP_LOG_LINE@python.inline@ raise Exception('%s exists despite being deleted' % path)@@@",
331 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
342 "/path/to/tmp/json",
367 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
383 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
394 "/path/to/tmp/json",
419 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
430 "/path/to/tmp/json",
433 "/path/to/tmp/"
448 "/path/to/tmp/json",
471 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
480 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
486 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
495 "@@@STEP_LOG_LINE@python.inline@# Remove the path.@@@",
497 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[2]@@@",
498 "@@@STEP_LOG_LINE@python.inline@print('Removing %s' % path)@@@",
499 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'rm', '-rf', path]@@@",
503 "@@@STEP_LOG_LINE@python.inline@# Verify that the path was deleted.@@@",
504 "@@@STEP_LOG_LINE@python.inline@print('Checking for existence of %s' % path)@@@",
505 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'ls', path]@@@",
516 "@@@STEP_LOG_LINE@python.inline@ raise Exception('%s exists despite being deleted' % path)@@@",
524 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
530 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
539 "@@@STEP_LOG_LINE@python.inline@# Remove the path.@@@",
541 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[2]@@@",
542 "@@@STEP_LOG_LINE@python.inline@print('Removing %s' % path)@@@",
543 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'rm', '-rf', path]@@@",
547 "@@@STEP_LOG_LINE@python.inline@# Verify that the path was deleted.@@@",
548 "@@@STEP_LOG_LINE@python.inline@print('Checking for existence of %s' % path)@@@",
549 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'ls', path]@@@",
560 "@@@STEP_LOG_LINE@python.inline@ raise Exception('%s exists despite being deleted' % path)@@@",
576 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
587 "/path/to/tmp/json",
612 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
628 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
639 "/path/to/tmp/json",
642 "/path/to/tmp/"
657 "/path/to/tmp/json",
680 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
689 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
695 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
704 "@@@STEP_LOG_LINE@python.inline@# Remove the path.@@@",
706 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[2]@@@",
707 "@@@STEP_LOG_LINE@python.inline@print('Removing %s' % path)@@@",
708 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'rm', '-rf', path]@@@",
712 "@@@STEP_LOG_LINE@python.inline@# Verify that the path was deleted.@@@",
713 "@@@STEP_LOG_LINE@python.inline@print('Checking for existence of %s' % path)@@@",
714 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'ls', path]@@@",
725 "@@@STEP_LOG_LINE@python.inline@ raise Exception('%s exists despite being deleted' % path)@@@",
733 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
739 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
748 "@@@STEP_LOG_LINE@python.inline@# Remove the path.@@@",
750 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[2]@@@",
751 "@@@STEP_LOG_LINE@python.inline@print('Removing %s' % path)@@@",
752 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'rm', '-rf', path]@@@",
756 "@@@STEP_LOG_LINE@python.inline@# Verify that the path was deleted.@@@",
757 "@@@STEP_LOG_LINE@python.inline@print('Checking for existence of %s' % path)@@@",
758 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'ls', path]@@@",
769 "@@@STEP_LOG_LINE@python.inline@ raise Exception('%s exists despite being deleted' % path)@@@",
785 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
796 "/path/to/tmp/json",
821 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
837 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
848 "/path/to/tmp/json",
851 "/path/to/tmp/"
866 "/path/to/tmp/json",
889 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
898 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
904 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
913 "@@@STEP_LOG_LINE@python.inline@# Remove the path.@@@",
915 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[2]@@@",
916 "@@@STEP_LOG_LINE@python.inline@print('Removing %s' % path)@@@",
917 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'rm', '-rf', path]@@@",
921 "@@@STEP_LOG_LINE@python.inline@# Verify that the path was deleted.@@@",
922 "@@@STEP_LOG_LINE@python.inline@print('Checking for existence of %s' % path)@@@",
923 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'ls', path]@@@",
934 "@@@STEP_LOG_LINE@python.inline@ raise Exception('%s exists despite being deleted' % path)@@@",
942 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n",
948 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
957 "@@@STEP_LOG_LINE@python.inline@# Remove the path.@@@",
959 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[2]@@@",
960 "@@@STEP_LOG_LINE@python.inline@print('Removing %s' % path)@@@",
961 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'rm', '-rf', path]@@@",
965 "@@@STEP_LOG_LINE@python.inline@# Verify that the path was deleted.@@@",
966 "@@@STEP_LOG_LINE@python.inline@print('Checking for existence of %s' % path)@@@",
967 "@@@STEP_LOG_LINE@python.inline@cmd = [adb, 'shell', 'ls', path]@@@",
978 "@@@STEP_LOG_LINE@python.inline@ raise Exception('%s exists despite being deleted' % path)@@@",
994 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
1005 "/path/to/tmp/json",
1030 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
1046 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
1070 "/path/to/tmp/json",
1077 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
1097 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
1112 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
1127 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
1150 "\nimport os\nimport subprocess\nimport sys\nout = sys.argv[1]\nlog = subprocess.check_output(['/usr/bin/adb.1.0.35', 'logcat', '-d'])\nfor line in log.split('\\n'):\n tokens = line.split()\n if len(tokens) == 11 and tokens[-7] == 'F' and tokens[-3] == 'pc':\n addr, path = tokens[-2:]\n local = os.path.join(out, os.path.basename(path))\n if os.path.exists(local):\n try:\n sym = subprocess.check_output(['addr2line', '-Cfpe', local, addr])\n line = line.replace(addr, addr + ' ' + sym.strip())\n except subprocess.CalledProcessError:\n pass\n print(line)\n",
1155 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
1170 "@@@STEP_LOG_LINE@python.inline@ addr, path = tokens[-2:]@@@",
1171 "@@@STEP_LOG_LINE@python.inline@ local = os.path.join(out, os.path.basename(path))@@@",
1172 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@",
1191 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"