OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noexist
(Results
1 - 6
of
6
) sorted by null
/external/iproute2/genl/
genl.c
74
goto
noexist
;
82
goto
noexist
;
88
noexist
:
/external/iproute2/tc/
tc.c
131
goto
noexist
;
138
goto
noexist
;
145
noexist
:
184
goto
noexist
;
191
goto
noexist
;
197
noexist
:
m_action.c
121
goto
noexist
;
128
goto
noexist
;
135
noexist
:
m_pedit.c
96
goto
noexist
;
103
goto
noexist
;
110
noexist
:
/system/core/toolbox/cp/
cp.c
376
* cp -R a/dir
noexist
377
* the resulting path name should be
noexist
/foo, not
378
*
noexist
/dir/foo (where foo is a file in dir), which
/ndk/sources/host-tools/make-3.81/
remake.c
376
int
noexist
, must_make, deps_changed;
435
noexist
= this_mtime == NONEXISTENT_MTIME;
436
if (
noexist
)
449
must_make =
noexist
;
671
d->changed |=
noexist
|| d_mtime > this_mtime;
673
if (!
noexist
&& ISDB (DB_BASIC|DB_VERBOSE))
713
else if (!
noexist
&& file->is_target && !deps_changed && file->cmds == 0
373
int
noexist
, must_make, deps_changed;
local
[
all
...]
Completed in 111 milliseconds