Searched refs:workpath (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-actions.py18 test.writable(test.workpath('actions'), False)
20 '--generator-output=' + test.workpath('gypfiles'),
24 test.writable(test.workpath('actions'), True)
29 test.writable(test.workpath('relocate/actions'), False)
36 test.writable(test.workpath('relocate/actions/build'), True)
37 test.writable(test.workpath('relocate/actions/subdir1/build'), True)
38 test.writable(test.workpath('relocate/actions/subdir1/actions-out'), True)
39 test.writable(test.workpath('relocate/actions/subdir2/build'), True)
40 test.writable(test.workpath('relocate/actions/subdir2/actions-out'), True)
H A Dgyptest-copies.py17 test.writable(test.workpath('copies'), False)
20 '--generator-output=' + test.workpath('gypfiles'),
24 test.writable(test.workpath('copies'), True)
29 test.writable(test.workpath('relocate/copies'), False)
31 test.writable(test.workpath('relocate/copies/build'), True)
32 test.writable(test.workpath('relocate/copies/copies-out'), True)
33 test.writable(test.workpath('relocate/copies/subdir/build'), True)
34 test.writable(test.workpath('relocate/copies/subdir/copies-out'), True)
H A Dgyptest-rules.py16 test.writable(test.workpath('rules'), False)
19 '--generator-output=' + test.workpath('gypfiles'),
23 test.writable(test.workpath('rules'), True)
28 test.writable(test.workpath('relocate/rules'), False)
30 test.writable(test.workpath('relocate/rules/build'), True)
31 test.writable(test.workpath('relocate/rules/subdir1/build'), True)
32 test.writable(test.workpath('relocate/rules/subdir2/build'), True)
33 test.writable(test.workpath('relocate/rules/subdir2/rules-out'), True)
H A Dgyptest-relocate.py17 test.writable(test.workpath('src'), False)
21 '--generator-output=' + test.workpath('gypfiles'),
24 test.writable(test.workpath('src'), True)
29 test.writable(test.workpath('relocate/src'), False)
31 test.writable(test.workpath('relocate/src/build'), True)
32 test.writable(test.workpath('relocate/src/subdir2/build'), True)
33 test.writable(test.workpath('relocate/src/subdir3/build'), True)
H A Dgyptest-symlink.py21 test.writable(test.workpath('src'), False)
23 test.writable(test.workpath('src/subdir2/deeper/build'), True)
25 test.subdir(test.workpath('build'))
26 test.subdir(test.workpath('build/deeper'))
27 test.symlink('build/deeper', test.workpath('symlink'))
29 test.writable(test.workpath('build/deeper'), True)
32 '--generator-output=' + test.workpath('symlink'),
H A Dgyptest-mac-bundle.py20 test.writable(test.workpath(MAC_BUNDLE_DIR), False)
22 '--generator-output=' + test.workpath(GYPFILES_DIR),
24 test.writable(test.workpath(MAC_BUNDLE_DIR), True)
H A Dgyptest-subdir2-deep.py18 test.writable(test.workpath('src'), False)
20 test.writable(test.workpath('src/subdir2/deeper/build'), True)
24 '--generator-output=' + test.workpath('gypfiles'),
H A Dgyptest-depth.py19 test.writable(test.workpath('src'), False)
21 toplevel_dir = os.path.basename(test.workpath())
29 test.writable(test.workpath('src/build'), True)
30 test.writable(test.workpath('src/subdir2/build'), True)
31 test.writable(test.workpath('src/subdir3/build'), True)
H A Dgyptest-top-all.py18 test.writable(test.workpath('src'), False)
22 '--generator-output=' + test.workpath('gypfiles'),
25 test.writable(test.workpath('src/build'), True)
26 test.writable(test.workpath('src/subdir2/build'), True)
27 test.writable(test.workpath('src/subdir3/build'), True)
/external/chromium_org/tools/gyp/test/relative/
H A Dgyptest-default.py18 sln = test.workpath('foo/a/a.sln')
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-pgo.py41 vcproj = test.workpath('linker-flags/test_pgo_instrument.vcxproj')
44 vcproj = test.workpath('linker-flags/test_pgo_optimize.vcxproj')
47 vcproj = test.workpath('linker-flags/test_pgo_update.vcxproj')
70 test.touch(test.workpath('linker-flags/inline_test_main.cc'))
/external/chromium_org/tools/gyp/test/builddir/
H A Dgyptest-all.py77 test.run(program=test.workpath(dir + prog), stdout=expect)
H A Dgyptest-default.py77 test.run(program=test.workpath(dir + prog), stdout=expect)
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py152 os.environ['HOME'] = self.workpath()
769 return self.workpath(*result)
865 return self.workpath(*result)
1055 return self.workpath(*result)
1165 return self.workpath(*result)
1325 return self.workpath(*result)
H A DTestCmd.py45 test.workpath('file')
46 test.workpath('subdir', 'file')
1216 chdir = os.path.join(self.workpath(chdir))
1428 def workpath(self, *args): member in class:TestCmd

Completed in 938 milliseconds