OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DUMMY_SUBDIR_FILE
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/fs/dmapi/
attr.c
275
remove(
DUMMY_SUBDIR_FILE
);
[
all
...]
handle.c
115
sprintf(DummySubdirFile, "%s/%s", mountPt,
DUMMY_SUBDIR_FILE
);
117
remove(
DUMMY_SUBDIR_FILE
);
324
rc = dm_path_to_handle(
DUMMY_SUBDIR_FILE
, &hanp, &hlen);
351
open(
DUMMY_SUBDIR_FILE
, O_RDWR | O_CREAT,
364
rc = dm_path_to_handle(
DUMMY_SUBDIR_FILE
, &hanp, &hlen);
375
rc |= remove(
DUMMY_SUBDIR_FILE
);
400
open(
DUMMY_SUBDIR_FILE
, O_RDWR | O_CREAT,
403
} else if ((rc = link(
DUMMY_SUBDIR_FILE
, DUMMY_SUBDIR_LINK)) ==
406
remove(
DUMMY_SUBDIR_FILE
);
429
rc |= remove(
DUMMY_SUBDIR_FILE
);
[
all
...]
dm_test.h
83
#define
DUMMY_SUBDIR_FILE
"dummy.dir/dummy.txt"
Completed in 79 milliseconds