OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_file_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-fs.c
4878
static char
test_file_buf
[PATHMAX];
local
4907
snprintf(
test_file_buf
, sizeof(
test_file_buf
), "test_dir\\%s", dent.name);
4908
printf("stat %s\n",
test_file_buf
);
4909
r = uv_fs_stat(NULL, &stat_req,
test_file_buf
, NULL);
test-fs.c
4878
static char
test_file_buf
[PATHMAX];
local
4907
snprintf(
test_file_buf
, sizeof(
test_file_buf
), "test_dir\\%s", dent.name);
4908
printf("stat %s\n",
test_file_buf
);
4909
r = uv_fs_stat(NULL, &stat_req,
test_file_buf
, NULL);
Completed in 34 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026