HomeSort by relevance Sort by last modified time
    Searched refs:must_exist (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/tools/gyp/test/same-target-name-different-directory/
gyptest-all.py 21 test.must_exist('relocate/src/subdir1/action1.txt')
22 test.must_exist('relocate/src/subdir2/action2.txt')
27 test.must_exist('relocate/src/subdir1/action.txt')
28 test.must_exist('relocate/src/subdir2/action.txt')
33 test.must_exist('relocate/src/subdir1/rule.txt')
34 test.must_exist('relocate/src/subdir2/rule.txt')
  /external/chromium_org/tools/gyp/test/same-rule-output-file-name/
gyptest-all.py 20 test.must_exist('relocate/src/subdir1/rule.txt')
21 test.must_exist('relocate/src/subdir2/rule.txt')
  /external/chromium_org/tools/gyp/test/msvs/shared_output/
gyptest-shared_output.py 26 test.must_exist(os.path.join(test.workdir, 'foo', 'there.exe'))
27 test.must_exist(os.path.join(test.workdir, 'foo', 'bar', 'there.obj'))
30 test.must_exist(os.path.join(test.workdir, 'foo', 'hello.exe'))
31 test.must_exist(os.path.join(test.workdir, 'foo', 'bar', 'hello.obj'))
  /external/chromium_org/tools/gyp/test/mac/
gyptest-action-envvars.py 23 test.must_exist(result_file)
27 test.must_exist(other_result_file)
gyptest-archs.py 31 test.must_exist(result_file)
38 test.must_exist(result_file)
47 test.must_exist(result_file)
53 test.must_exist(result_file)
59 test.must_exist(result_file)
65 test.must_exist(result_file)
gyptest-postbuild-copy-bundle.py 35 test.must_exist(final_resource_path)
39 test.must_exist(final_plist_path)
50 test.must_exist(final_resource_path)
60 test.must_exist(final_plist_path)
72 test.must_exist(final_copies_path)
gyptest-infoplist-process.py 26 test.must_exist(info_plist)
35 test.must_exist(info_plist)
46 test.must_exist(info_plist)
gyptest-app.py 29 test.must_exist(info_plist)
gyptest-loadable-module.py 31 test.must_exist(info_plist)
gyptest-non-strs-flattened-to-env.py 25 test.must_exist(info_plist)
gyptest-postbuild-defaults.py 23 test.must_exist(result_file)
gyptest-xcode-env-order.py 42 test.must_exist(info_plist)
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-mapfile.py 26 test.must_exist(map_file)
32 test.must_exist(map_file)
40 test.must_exist(map_file)
  /external/chromium_org/tools/gyp/test/msvs/external_builder/
gyptest-all.py 26 test.must_exist('msbuild_rule.out')
27 test.must_exist('msbuild_action.out')
42 test.must_exist('external_builder.out')
55 test.must_exist('external_builder.out')
  /external/chromium_org/tools/gyp/test/msvs/config_attrs/
gyptest-config_attrs.py 29 test.must_exist(expected_exe_file)
  /external/chromium_org/tools/gyp/test/actions/
gyptest-all.py 90 test.must_exist('relocate/src/deps_all_done_first_123.txt')
98 test.must_exist('relocate/src/deps_all_done_first_321.txt')
  /external/chromium_org/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 40 test.must_exist(path)
  /external/chromium_org/ui/gfx/image/
image.h 194 // representation of that type (and must_exist is false).
196 RepresentationType rep_type, bool must_exist) const;
  /system/extras/tests/sdcard/
sysutil.cpp 77 int readStringFromFile(const char *filename, char *const start, size_t size, bool must_exist=true)
88 if (ENOENT != errno || must_exist)
146 int writeStringToFile(const char *filename, const char *start, bool must_exist=true)
153 if (ENOENT != errno || must_exist)
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 55 DWORD must_exist, truncate; local
73 must_exist = ( SDL_strchr(mode,'r') != NULL ) ? OPEN_EXISTING : 0;
75 r_right = ( SDL_strchr(mode,'+') != NULL || must_exist ) ? GENERIC_READ : 0;
101 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
137 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
164 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
  /external/valgrind/main/perf/
vg_perf.in 102 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
108 if ($must_exist) {
  /external/valgrind/main/tests/
vg_regtest.in 181 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
187 if ($must_exist) {
  /external/ppp/pppd/
pppd.h 480 pid_t run_program __P((char *prog, char **args, int must_exist,
676 int options_from_file __P((char *filename, int must_exist, int check_prot,
    [all...]
main.c     [all...]
options.c 387 options_from_file(filename, must_exist, check_prot, priv)
389 int must_exist;
410 if (!must_exist) {
    [all...]

Completed in 495 milliseconds

1 2