Searched refs:relocate (Results 1 - 25 of 89) sorted by relevance

1234

/external/e2fsprogs/intl/
H A Drelocatable.h51 extern const char * relocate (const char *pathname);
53 /* Memory management: relocate() leaks memory, because it has to construct
55 relocate() frequently, think about caching the result. */
68 #define relocate(pathname) (pathname) macro
/external/chromium_org/tools/gyp/test/actions-bare/
H A Dgyptest-bare.py16 test.relocate('src', 'relocate/src')
17 test.build('bare.gyp', chdir='relocate/src')
21 test.built_file_must_match('out.txt', file_content, chdir='relocate/src')
/external/chromium_org/tools/gyp/test/actions-none/
H A Dgyptest-none.py16 test.relocate('src', 'relocate/src')
17 test.build('none_with_source_files.gyp', chdir='relocate/src')
21 test.built_file_must_match('fake.out', file_content, chdir='relocate/src')
/external/chromium_org/tools/gyp/test/copies/
H A Dgyptest-updir.py17 test.relocate('src', 'relocate/src')
18 test.build('copies-updir.gyp', 'copies_up', chdir='relocate/src')
22 chdir='relocate/src')
H A Dgyptest-default.py17 test.relocate('src', 'relocate/src')
19 test.build('copies.gyp', chdir='relocate/src')
21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
25 chdir='relocate/src')
29 chdir='relocate/src')
32 chdir='relocate/src')
35 chdir='relocate/src')
38 chdir='relocate/src')
H A Dgyptest-samedir.py17 test.relocate('src', 'relocate/src')
18 test.build('copies-samedir.gyp', 'copies_samedir', chdir='relocate/src')
22 chdir='relocate/src')
26 chdir='relocate/src')
H A Dgyptest-slash.py15 test.relocate('src', 'relocate/src')
16 test.build('copies-slash.gyp', chdir='relocate/src')
20 chdir='relocate/src')
23 chdir='relocate/src')
26 chdir='relocate/src')
30 chdir='relocate/src')
33 chdir='relocate/src')
36 chdir='relocate/src')
/external/chromium_org/tools/gyp/test/no-output/
H A Dgyptest-no-output.py18 test.relocate('src', 'relocate/src')
19 test.build('nooutput.gyp', chdir='relocate/src')
/external/chromium_org/tools/gyp/test/rules-use-built-dependencies/
H A Dgyptest-use-built-dependencies.py16 test.relocate('src', 'relocate/src')
17 test.build('use-built-dependencies-rule.gyp', chdir='relocate/src')
19 test.built_file_must_exist('main_output', chdir='relocate/src')
20 test.built_file_must_match('main_output', 'output', chdir='relocate/src')
/external/chromium_org/tools/gyp/test/rules-variables/
H A Dgyptest-rules-variables.py15 test.relocate('src', 'relocate/src')
17 test.run_gyp('variables.gyp', chdir='relocate/src')
19 test.build('variables.gyp', chdir='relocate/src')
22 chdir='relocate/src',
/external/chromium_org/tools/gyp/test/same-rule-output-file-name/
H A Dgyptest-all.py17 test.relocate('src', 'relocate/src')
19 test.build('subdirs.gyp', test.ALL, chdir='relocate/src')
20 test.must_exist('relocate/src/subdir1/rule.txt')
21 test.must_exist('relocate/src/subdir2/rule.txt')
/external/chromium_org/tools/gyp/test/subdirectory/
H A Dgyptest-subdir2-deep.py17 test.relocate('src', 'relocate/src')
19 test.build('prog3.gyp', test.ALL, chdir='relocate/src/subdir/subdir2')
22 chdir='relocate/src/subdir/subdir2',
H A Dgyptest-SYMROOT-all.py24 test.relocate('src', 'relocate/src')
27 test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src')
31 chdir='relocate/src')
34 chdir='relocate/src')
/external/chromium_org/tools/gyp/test/variables/latelate/
H A Dgyptest-latelate.py17 test.relocate('src', 'relocate/src')
19 test.build('latelate.gyp', test.ALL, chdir='relocate/src')
22 'program', chdir='relocate/src', stdout='program.cc\n')
/external/chromium_org/tools/gyp/test/assembly/
H A Dgyptest-assembly.py20 test.relocate('src', 'relocate/src')
22 test.build('assembly.gyp', test.ALL, chdir='relocate/src')
28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/compilable/
H A Dgyptest-headers.py18 test.relocate('src', 'relocate/src')
20 test.build('headers.gyp', test.ALL, chdir='relocate/src')
26 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/external-cross-compile/
H A Dgyptest-cross.py18 test.relocate('src', 'relocate/src')
20 test.build('cross.gyp', test.ALL, chdir='relocate/src')
28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/home_dot_gyp/
H A Dgyptest-home-includes-config-arg.py23 test.relocate('src', 'relocate/src')
25 test.build('all.gyp', test.ALL, chdir='relocate/src')
28 chdir='relocate/src',
H A Dgyptest-home-includes.py22 test.relocate('src', 'relocate/src')
24 test.build('all.gyp', test.ALL, chdir='relocate/src')
27 chdir='relocate/src',
/external/chromium_org/tools/gyp/test/multiple-targets/
H A Dgyptest-all.py16 test.relocate('src', 'relocate/src')
18 test.build('multiple.gyp', test.ALL, chdir='relocate/src', stderr=None)
30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
H A Dgyptest-default.py16 test.relocate('src', 'relocate/src')
18 test.build('multiple.gyp', chdir='relocate/src')
30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-input-root.py17 test.relocate('src', 'relocate/src')
19 test.build('input-root.gyp', target='test', chdir='relocate/src')
25 test.run_built_executable('test', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/same-source-file-name/
H A Dgyptest-all.py17 test.relocate('src', 'relocate/src')
19 test.build('all.gyp', test.ALL, chdir='relocate/src')
31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
H A Dgyptest-default.py17 test.relocate('src', 'relocate/src')
19 test.build('all.gyp', chdir='relocate/src')
31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
H A Dgyptest-pass-executable.py20 test.relocate('src', 'relocate/src')
22 test.build('double-executable.gyp', test.ALL, chdir='relocate/src')
31 test.run_built_executable('prog3', chdir='relocate/src', stdout=expect)

Completed in 444 milliseconds

1234