OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filename_out
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py
30
handle_out,
filename_out
= tempfile.mkstemp(
51
if os.path.exists(
filename_out
) and (
52
os.path.getsize(
filename_out
) == 0 or error):
53
os.remove(
filename_out
)
56
if not os.path.exists(
filename_out
):
59
return
filename_out
/external/qemu/
qemu-char.c
709
char filename_in[256],
filename_out
[256];
local
718
snprintf(
filename_out
, 256, "%s.out", filename);
720
TFR(fd_out = qemu_open(
filename_out
, O_RDWR | O_BINARY));
[
all
...]
Completed in 41 milliseconds