HomeSort by relevance Sort by last modified time
    Searched defs:chdir (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /bionic/libc/arch-arm/syscalls/
chdir.S 5 ENTRY(chdir) function
14 END(chdir)
  /bionic/libc/arch-arm64/syscalls/
chdir.S 5 ENTRY(chdir) function
14 END(chdir)
  /bionic/libc/arch-mips/syscalls/
chdir.S 5 ENTRY(chdir) function
19 END(chdir)
  /bionic/libc/arch-mips64/syscalls/
chdir.S 5 ENTRY(chdir) function
25 END(chdir)
  /bionic/libc/arch-x86/syscalls/
chdir.S 5 ENTRY(chdir) function
21 END(chdir)
  /bionic/libc/arch-x86_64/syscalls/
chdir.S 5 ENTRY(chdir) function
15 END(chdir)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
chdir.c 12 int chdir(const char* path) { function
  /external/chromium_org/tools/gyp/test/actions/
gyptest-default.py 15 test.run_gyp('actions.gyp', chdir='src')
25 test.build('actions.gyp', test.ALL, chdir='relocate/src')
29 test.build('actions.gyp', chdir='relocate/src')
32 test.build('actions.gyp', chdir='relocate/src')
40 test.build('actions.gyp', test.ALL, chdir='relocate/src')
51 chdir = 'relocate/src/subdir1' variable
53 chdir = 'relocate/src' variable
54 test.run_built_executable('program', chdir=chdir, stdout=expect)
63 chdir = 'relocate/src/subdir3 variable
65 chdir = 'relocate\/src' variable
    [all...]
  /external/chromium_org/tools/gyp/test/copies/
gyptest-all.py 15 test.run_gyp('copies.gyp', chdir='src')
19 test.build('copies.gyp', test.ALL, chdir='relocate/src')
25 chdir='relocate/src') variable
29 chdir='relocate/src') variable
32 chdir='relocate/src') variable
35 chdir='relocate/src') variable
38 chdir='relocate/src') variable
gyptest-default.py 15 test.run_gyp('copies.gyp', chdir='src')
19 test.build('copies.gyp', chdir='relocate/src')
25 chdir='relocate/src') variable
29 chdir='relocate/src') variable
32 chdir='relocate/src') variable
35 chdir='relocate/src') variable
38 chdir='relocate/src') variable
gyptest-samedir.py 16 test.run_gyp('copies-samedir.gyp', chdir='src')
18 test.build('copies-samedir.gyp', 'copies_samedir', chdir='relocate/src')
22 chdir='relocate/src') variable
26 chdir='relocate/src') variable
gyptest-slash.py 14 test.run_gyp('copies-slash.gyp', chdir='src')
16 test.build('copies-slash.gyp', chdir='relocate/src')
20 chdir='relocate/src') variable
23 chdir='relocate/src') variable
26 chdir='relocate/src') variable
30 chdir='relocate/src') variable
33 chdir='relocate/src') variable
36 chdir='relocate/src') variable
gyptest-updir.py 16 test.run_gyp('copies-updir.gyp', chdir='src')
18 test.build('copies-updir.gyp', 'copies_up', chdir='relocate/src')
22 chdir='relocate/src') variable
  /external/chromium_org/tools/gyp/test/dependency-copy/
gyptest-copy.py 15 test.run_gyp('copies.gyp', chdir='src')
17 test.build('copies.gyp', 'proj2', chdir='src')
20 chdir='src', variable
23 chdir='src', variable
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-actions.py 21 chdir='actions') variable
41 test.build('actions.gyp', test.ALL, chdir='relocate/gypfiles')
50 chdir = 'relocate/actions/subdir1' variable
52 chdir = 'relocate/gypfiles' variable
53 test.run_built_executable('program', chdir=chdir, stdout=expect)
gyptest-copies.py 21 chdir='copies') variable
35 test.build('copies.gyp', test.ALL, chdir='relocate/gypfiles')
41 chdir = 'relocate/copies/build' variable
43 chdir = 'relocate/gypfiles/out' variable
45 chdir = 'relocate/gypfiles' variable
46 test.must_match([chdir, 'Default', 'copies-out', 'file2'], "file2 contents\n")
52 chdir = 'relocate/copies/subdir/build' variable
54 chdir = 'relocate/gypfiles/out' variable
56 chdir = 'relocate/gypfiles' variable
57 test.must_match([chdir, 'Default', 'copies-out', 'file4'], "file4 contents\n"
    [all...]
gyptest-relocate.py 22 chdir='src') variable
35 test.build('prog1.gyp', test.ALL, chdir='relocate/gypfiles')
37 chdir = 'relocate/gypfiles' variable
49 chdir = 'relocate/src' variable
50 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
53 chdir = 'relocate/src/subdir2' variable
54 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
57 chdir = 'relocate/src/subdir3 variable
    [all...]
gyptest-rules.py 20 chdir='rules') variable
34 test.build('rules.gyp', test.ALL, chdir='relocate/gypfiles')
45 chdir = 'relocate/rules/subdir1' variable
47 chdir = 'relocate/gypfiles' variable
48 test.run_built_executable('program', chdir=chdir, stdout=expect)
gyptest-subdir2-deep.py 25 chdir='src/subdir2/deeper') variable
27 test.build('deeper.gyp', test.ALL, chdir='gypfiles')
29 chdir = 'gypfiles' variable
32 chdir = 'src/subdir2/deeper' variable
34 chdir=chdir, variable
gyptest-top-all.py 23 chdir='src') variable
29 test.build('prog1.gyp', test.ALL, chdir='gypfiles')
31 chdir = 'gypfiles' variable
43 chdir = 'src' variable
44 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
47 chdir = 'src/subdir2' variable
48 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
51 chdir = 'src/subdir3 variable
    [all...]
  /external/chromium_org/tools/gyp/test/hard_dependency/
gyptest-exported-hard-dependency.py 21 test.run_gyp('hard_dependency.gyp', chdir='src')
23 chdir = 'relocate/src' variable
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'c', chdir=chdir)
32 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
33 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
34 test.built_file_must_exist('c', type=test.STATIC_LIB, chdir=chdir
    [all...]
gyptest-no-exported-hard-dependency.py 21 test.run_gyp('hard_dependency.gyp', chdir='src')
23 chdir = 'relocate/src' variable
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'd', chdir=chdir)
31 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
32 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
33 test.built_file_must_not_exist('c', type=test.STATIC_LIB, chdir=chdir
    [all...]
  /external/chromium_org/tools/gyp/test/include_dirs/
gyptest-all.py 15 test.run_gyp('includes.gyp', chdir='src')
19 test.build('includes.gyp', test.ALL, chdir='relocate/src')
28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src')
31 chdir='relocate/src/subdir' variable
33 chdir='relocate/src' variable
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
gyptest-default.py 15 test.run_gyp('includes.gyp', chdir='src')
19 test.build('includes.gyp', test.ALL, chdir='relocate/src')
28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src')
31 chdir='relocate/src/subdir' variable
33 chdir='relocate/src' variable
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
  /external/chromium_org/tools/gyp/test/library/
gyptest-shared.py 26 chdir='src') variable
30 test.build('library.gyp', test.ALL, chdir='relocate/src')
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
44 chdir='relocate/src') variable
52 test.build('library.gyp', test.ALL, chdir='relocate/src')
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
66 chdir='relocate/src') variable
79 test.build('library.gyp', test.ALL, chdir='relocate/src')
87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)

Completed in 285 milliseconds

1 2 3 4