HomeSort by relevance Sort by last modified time
    Searched full:must_exist (Results 1 - 25 of 33) 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-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-archs.py 41 test.must_exist(result_file)
52 test.must_exist(result_file)
61 test.must_exist(result_file)
67 test.must_exist(result_file)
73 test.must_exist(result_file)
79 test.must_exist(result_file)
gyptest-infoplist-process.py 26 test.must_exist(info_plist)
35 test.must_exist(info_plist)
46 test.must_exist(info_plist)
gyptest-loadable-module.py 28 test.must_exist(binary)
36 test.must_exist(info_plist)
gyptest-postbuild-defaults.py 23 test.must_exist(result_file)
gyptest-non-strs-flattened-to-env.py 25 test.must_exist(info_plist)
gyptest-framework.py 42 test.must_exist(info_plist)
gyptest-app.py 55 test.must_exist(info_plist)
92 test.must_exist(strings)
gyptest-xcode-env-order.py 48 test.must_exist(info_plist)
  /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/win/
gyptest-link-mapfile.py 26 test.must_exist(map_file)
32 test.must_exist(map_file)
40 test.must_exist(map_file)
gyptest-link-generate-manifest.py 71 test.must_exist(exe_file + '.manifest')
gyptest-link-pgo.py 60 test.must_exist(pgd_path)
  /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/ios/
gyptest-archs.py 60 test.must_exist(result_file)
gyptest-per-config-settings.py 107 test.must_exist(result_file)
  /external/chromium_org/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 40 test.must_exist(path)
  /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/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/ui/gfx/image/
image.h 194 // representation of that type (and must_exist is false).
196 RepresentationType rep_type, bool must_exist) const;
  /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);

Completed in 175 milliseconds

1 2