OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patch_status
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/setup/
setup_util.cc
105
const courgette::Status
patch_status
=
local
109
const int exit_code = (
patch_status
!= courgette::C_OK) ?
110
static_cast<int>(
patch_status
) + kCourgetteErrorOffset : 0;
130
const int
patch_status
= courgette::ApplyBinaryPatch(src, patch, dest);
local
131
const int exit_code =
patch_status
!= OK ?
132
patch_status
+ kBsdiffErrorOffset : 0;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
snd_wavefront.h
90
char
patch_status
[WF_MAX_PATCH]; /* WF_SLOT_* */
member in struct:_snd_wavefront
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
snd_wavefront.h
90
char
patch_status
[WF_MAX_PATCH]; /* WF_SLOT_* */
member in struct:_snd_wavefront
Completed in 78 milliseconds