OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_local
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/mjsunit/
property-load-across-eval.js
122
eval('function local_function() { return "
new_local
"; }');
125
assertEquals('
new_local
', local_function());
130
assertEquals('
new_local
', local_function());
/external/bluetooth/glib/gio/
glocalfile.c
1116
GLocalFile *local, *
new_local
;
local
1136
new_local
= G_LOCAL_FILE (new_file);
1138
if (g_lstat (
new_local
->filename, &statbuf) == -1)
1159
if (g_rename (local->filename,
new_local
->filename) == -1)
[
all
...]
Completed in 39 milliseconds