Lines Matching refs:fileName
88 const char *fileName = "";
89 int ret = GetDevSize(fileName, NULL);
91 fileName = STARTUP_INIT_UT_PATH "/data/getDevSize";
92 CheckAndCreateDir(fileName);
93 ret = GetDevSize(fileName, NULL);
97 ret = GetDevSize(fileName, &devSize);
99 remove(fileName);
103 const char *fileName = "";
104 int ret = GetDevSize(fileName, NULL);
106 fileName = STARTUP_INIT_UT_PATH "/data/getDevSize";
107 CheckAndCreateDir(fileName);
108 ret = GetDevSize(fileName, NULL);
112 ret = GetDevSize(fileName, &devSize);
114 remove(fileName);