Home
last modified time | relevance | path

Searched refs:DIR_NAME (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/csharp/
Dbuild_tools.sh32 DIR_NAME=${FILE_NAMES[$i]}
33 mkdir -p protoc/$DIR_NAME
35 if [ ${DIR_NAME:0:3} = "win" ]; then
44 if ! wget ${BINARY_URL} -O protoc/$DIR_NAME/$TARGET_BINARY &> /dev/null; then
46 echo "[ERROR] Skipped $protoc-${VERSION_NAME}-${DIR_NAME}" >&2
/third_party/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir09.c57 #define DIR_NAME "./X.%d" macro
141 sprintf(tmpdir, DIR_NAME, j); in runtest()
250 sprintf(tmpdir, DIR_NAME, j); in runtest()
334 sprintf(tmpdir, DIR_NAME, j); in dochild1()
370 sprintf(tmpdir, DIR_NAME, j); in dochild2()
405 strcpy(tmp, DIR_NAME); in dochild3()
419 strcpy(tmp, DIR_NAME); in dochild3()
/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify07.c57 #define DIR_NAME "test_dir" macro
58 #define DIR_PATH OVL_MNT"/"DIR_NAME
60 #define FILE_PATH OVL_MNT"/"DIR_NAME"/"FILE_NAME
145 SAFE_MKDIR(OVL_LOWER"/"DIR_NAME, 0755); in setup()
146 SAFE_TOUCH(OVL_LOWER"/"DIR_NAME"/"FILE_NAME, 0644, NULL); in setup()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify09.c66 #define DIR_NAME "testdir" macro
85 DIR_NAME,
93 DIR_NAME,
109 DIR_NAME,
349 SAFE_MKDIR(DIR_NAME, 0755); in setup()
/third_party/ltp/testcases/kernel/syscalls/chdir/
Dchdir01.c24 #define DIR_NAME "subdir" macro
40 {DIR_NAME, 0, 0, 0, 0},
64 SAFE_MKDIR(DIR_NAME, 0755); in setup()