OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statResult
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/libhost/
CopyFile.c
212
int srcFd, dstFd,
statResult
, copyResult;
216
statResult
= stat(dst, &dstStat);
217
if (
statResult
== 0 && !S_ISREG(dstStat.st_mode)) {
222
} else if (
statResult
!= 0 && errno != ENOENT) {
227
if (
statResult
== 0) {
366
int
statResult
, nameLen;
372
statResult
= lstat(dst, &dstStat);
373
if (
statResult
== 0 && !S_ISREG(dstStat.st_mode)
383
if (
statResult
== 0) {
408
if (
statResult
== 0)
[
all
...]
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
[
all
...]
Completed in 64 milliseconds