Searched refs:notReadableFileName (Results 1 – 1 of 1) sorted by relevance
3426 std::string notReadableFileName = notReadableFile.getPath().string(); in TEST() local3427 writeDataToFile(validConfigFile, notReadableFileName); in TEST()3429 notReadableFileName; in TEST()3430 chmod(notReadableFileName.c_str(), 0222); in TEST()3437 std::string notReadableFileName = notReadableFile.getPath().string(); in TEST() local3438 writeDataToFile(validConfigFile, notReadableFileName); in TEST()3439 command = validateTool + schema + notReadableFileName + configuration + in TEST()3441 chmod(notReadableFileName.c_str(), 0222); in TEST()