Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 216) sorted by relevance

123456789

/external/e2fsprogs/lib/blkid/
Dsave.c62 const char *opened = NULL; in blkid_flush_cache() local
103 opened = tmp; in blkid_flush_cache()
111 opened = filename; in blkid_flush_cache()
116 filename, opened)); in blkid_flush_cache()
137 if (opened != filename) { in blkid_flush_cache()
139 (void) unlink(opened); in blkid_flush_cache()
141 printf("unlinked temp cache %s\n", opened)); in blkid_flush_cache()
152 if (rename(opened, filename) < 0) in blkid_flush_cache()
153 (void) unlink(opened); in blkid_flush_cache()
155 printf("moved temp cache %s\n", opened)); in blkid_flush_cache()
/external/syslinux/gpxe/src/doc/
Dpxe_extensions14 files may be opened and used concurrently.
27 FileName: URL of file to be opened. Null terminated.
53 Description: Closes a previously opened file.
64 FileHandle: Handle obtained when file was opened.
86 Description: Check a previously opened file's readiness for I/O.
99 FileHandle: Handle obtained when file was opened.
132 Description: Read from a previously opened file.
145 FileHandle: Handle obtained when file was opened.
175 Description: Determine size of a previously opened file.
187 FileHandle: Handle obtained when file was opened.
/external/ImageMagick/MagickWand/
Dscript-token.c215 token_info->opened=MagickFalse; in AcquireScriptTokenInfo()
218 token_info->opened=MagickFalse; in AcquireScriptTokenInfo()
222 token_info->opened=MagickFalse; in AcquireScriptTokenInfo()
271 if ( token_info->opened != MagickFalse ) in DestroyScriptTokenInfo()
Dscript-token.h45 opened; /* was that stream opened? */ member
/external/doclava/res/assets/templates/
Dtrailer.cs1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
Ddiff.cs37 .handle-opened { property
/external/dtc/tests/
Dopen_pack.supp2 opened blob dumps uninitialized data
/external/jemalloc/msvc/
DReadMe.txt22 6. Now the project can be opened and built in Visual Studio:
/external/doclava/res/assets/templates-sdk/
Dtrailer.cs5 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
/external/autotest/client/site_tests/video_MultiplePlayback/
Dcontrol7 PURPOSE = "Verify that simultaneous playback works fine in all opened tabs."
/external/compiler-rt/test/asan/TestCases/Posix/
Dlog_path_fork_test.cc.disabled3 // Set verbosity to 1 so that the log files are opened prior to fork().
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
Dcontrol.notset_notabs19 The test case shall pass when no browser tabs are opened upon startup. It
Dcontrol.singleurl_1tab19 The test case shall pass when a single browser tab is opened for the URL
Dcontrol.multipleurls_3tabs19 The test case shall pass when one browser tab is opened only for each of the
Dcontrol19 A test case shall pass when a single browser tab is opened for only the URLs
/external/pdfium/third_party/freetype/include/freetype/
Dftstroke.h377 FT_Bool opened );
/external/freetype/include/freetype/
Dftstroke.h377 FT_Bool opened );
/external/autotest/server/site_tests/audio_AudioRoutingUSB/
Dcontrol14 correct device file (/dev/snd/pcmCXDY) is opened in each case.
/external/syslinux/gpxe/src/drivers/net/
Damd8111e.c96 char opened; member
625 lp->opened = 0; in amd8111e_disable()
667 lp->opened = 1; in amd8111e_probe()
/external/zlib/src/contrib/iostream3/
DREADME23 - gzipped output file opened with default compression level instead of maximum level
/external/bison/m4/
Dmmap-anon.m413 # - On IRIX, neither exists, and a file descriptor opened to /dev/zero must be
/external/fio/
Dio_u.c968 int opened = 0; in get_next_file_rand() local
988 opened = 1; in get_next_file_rand()
995 if (opened) in get_next_file_rand()
1010 int opened = 0; in get_next_file_rr() local
1037 opened = 1; in get_next_file_rr()
1045 if (opened) in get_next_file_rr()
/external/protobuf/
D.gitignore98 # OS X's Finder creates these for state about opened windows/etc.
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py529 opened = self.ReadGolden('text_format_unittest_data_oneof_implemented.txt')
531 r = text_format.MergeLines(opened, parsed_message)
539 opened = self.ReadGolden('text_format_unittest_data_oneof_implemented.txt')
541 r = text_format.ParseLines(opened, parsed_message)
/external/ltp/testscripts/
DReadme_ROBind101 Once done , the file is re-opened, the random number generator

123456789